feat: more work on nvim config
This commit is contained in:
parent
df5e333e31
commit
716113c644
4 changed files with 85 additions and 25 deletions
dotfiles/neovim/lua/my/plugins
|
@ -6,6 +6,7 @@ function M.setup()
|
|||
|
||||
-- Other unconfigured plugins
|
||||
require('nvim-autopairs').setup()
|
||||
require('nvim_comment').setup()
|
||||
end
|
||||
|
||||
return M
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue