Rewrote neovim config
This commit is contained in:
parent
57228dd15f
commit
974566df1c
23 changed files with 177 additions and 196 deletions
13
.config/nvim/lua/plugins/comment.lua
Normal file
13
.config/nvim/lua/plugins/comment.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
mappings = {
|
||||
basic = false,
|
||||
extra = false,
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("Comment").setup(opts)
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue