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:
Sanchayan Maity 2023-01-26 11:33:36 +05:30
parent 367d21b00b
commit f5d12372bd
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ local init = function ()
-- Tim pope essentials
use {
'tpope/vim-repeat',
'tpope/vim-sleuth',
'tpope/vim-dispatch'
}
-- Directory viewer