nvim: add tpope/eunuch

This commit is contained in:
PowerUser64 2022-08-25 02:46:41 -07:00
parent 32c9cd3c1b
commit b439deb468

View file

@ -556,6 +556,9 @@ return require('packer').startup({function()
use { -- tpope: sleuth: automatically get info about files and apply it to vim (tabs vs spaces, etc)
'tpope/vim-sleuth',
}
use { -- tpope: eunuch: some unix shell commands in vim
'tpope/vim-eunuch',
}
-- Bootstrap packer if needed {
if (Packer_bootstrap) then