nvim: plugins: Drop indentLine
indentLine seems to have general performance issues.
This commit is contained in:
parent
a51f16304c
commit
112239bd31
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ local init = function ()
|
||||||
'tpope/vim-repeat',
|
'tpope/vim-repeat',
|
||||||
'tpope/vim-sleuth'
|
'tpope/vim-sleuth'
|
||||||
}
|
}
|
||||||
-- Show indentation levels
|
|
||||||
use 'Yggdroot/indentLine'
|
|
||||||
-- Directory viewer
|
-- Directory viewer
|
||||||
use 'justinmk/vim-dirvish'
|
use 'justinmk/vim-dirvish'
|
||||||
-- Show leader key bindings
|
-- Show leader key bindings
|
||||||
|
|
Loading…
Reference in a new issue