feat(plugins): Add file tree, Enable Lazy loading

I've tried to lazy load most the plugins to improve start up time.
It has been greatly reduced, from more than 600ms to just around 100ms

Bug: Line that shows up when you are inside a block(block-line) doesn't
have color.
This commit is contained in:
rajvatsal 2024-01-09 16:53:14 +05:30
parent 79b55158e1
commit 23e69634da
19 changed files with 151 additions and 78 deletions

View file

@ -1,5 +1,6 @@
return {
-- "gc" to comment visual regions/lines
'numToStr/Comment.nvim',
event = { 'BufReadPre', 'BufNewFile' },
opts = {}
}