
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.
7 lines
134 B
Lua
7 lines
134 B
Lua
return {
|
|
-- "gc" to comment visual regions/lines
|
|
'numToStr/Comment.nvim',
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
opts = {}
|
|
}
|