Add FzfLua and neotree
This commit is contained in:
parent
27c67d0a61
commit
6b30e3a06e
6 changed files with 105 additions and 52 deletions
7
lua/custom/plugins/commentnvim.lua
Normal file
7
lua/custom/plugins/commentnvim.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
lazy = false,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue