nvim: plugins: Drop sleuth now that neovim has editorconfig built-in

This commit is contained in:
Sanchayan Maity 2023-01-15 13:12:20 +05:30
parent c9b189e7c5
commit 058c37882d
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ 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