
kickstart folder contains the original init.lua file. Current init.lua gets it's config from lua.vatsal.plugins which what I created to modularize the code and enable lazy loading. Init to lua now loads all the plugins from vatsal.plugins
7 lines
134 B
Lua
7 lines
134 B
Lua
return {
|
|
-- "gc" to comment visual regions/lines
|
|
'numToStr/Comment.nvim',
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
opts = {}
|
|
}
|