Started rewriting my neovim config
This commit is contained in:
parent
686bdd12c4
commit
47d704ad01
17 changed files with 181 additions and 122 deletions
dotfiles/neovim/lua/my/plugins
|
@ -16,7 +16,7 @@ function M.on_attach(client, bufnr)
|
|||
-- }}}
|
||||
-- {{{ Keymap helpers
|
||||
local opts = function(desc)
|
||||
return { noremap = true, silent = true, desc = desc }
|
||||
return { noremap = true, silent = true, desc = desc, buffer = true }
|
||||
end
|
||||
|
||||
local nmap = function(from, to, desc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue