
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.
6 lines
124 B
Lua
6 lines
124 B
Lua
return {
|
|
-- Detect tabstop and shiftwidth automatically
|
|
'tpope/vim-sleuth',
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
}
|