nvim: add vim-sleuth

This commit is contained in:
PowerUser64 2022-01-02 17:40:03 -08:00
parent 9926917d4e
commit 11ef75c22e

View file

@ -329,6 +329,10 @@ return require('packer').startup({function()
use { -- tpope: Repeatability for various tpope plugins use { -- tpope: Repeatability for various tpope plugins
'tpope/vim-repeat', 'tpope/vim-repeat',
} }
use { -- tpope: automatically get info about files and apply it to vim (tabs vs spaces, etc)
'tpope/vim-sleuth',
}
-- Bootstrap packer if needed { -- Bootstrap packer if needed {
if (packer_bootstrap) then if (packer_bootstrap) then