Commit Graph

2 Commits

Author SHA1 Message Date
rajvatsal 47b7622fe7 feat(vatsal): Create new config vatsal
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
2024-01-10 15:20:47 +05:30
rajvatsal c0e3bb9036 style(init): Modularize entire init.lua
Now each plugin is in it's own seperate file that returns the plugin and
it's configs. This makes it simpler for me apply lazy loading to this
config.

Settings, Keymaps, Yank-highlight are inside kickstart directory within
their seperate files.
2024-01-08 18:09:07 +05:30