re-organized the dir and divided the init.lua into smaller plugins files
This commit is contained in:
parent
8bce42bec4
commit
8623090268
15 changed files with 373 additions and 420 deletions
5
lua/custom/plugins/comments.lua
Normal file
5
lua/custom/plugins/comments.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {},
|
||||
lazy = false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue