nvim: add vim-sleuth
This commit is contained in:
parent
9926917d4e
commit
11ef75c22e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue