Revert "nvim: plugins: Drop sleuth now that neovim has editorconfig built-in"
This reverts commit 058c37882d
.
It is still helpful to have this it seems as without this working on
projects which do not have editorconfig becomes a pain.
This commit is contained in:
parent
367d21b00b
commit
f5d12372bd
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ local init = function ()
|
||||||
-- Tim pope essentials
|
-- Tim pope essentials
|
||||||
use {
|
use {
|
||||||
'tpope/vim-repeat',
|
'tpope/vim-repeat',
|
||||||
|
'tpope/vim-sleuth',
|
||||||
'tpope/vim-dispatch'
|
'tpope/vim-dispatch'
|
||||||
}
|
}
|
||||||
-- Directory viewer
|
-- Directory viewer
|
||||||
|
|
Loading…
Reference in a new issue