nvim: add tpope/eunuch
This commit is contained in:
parent
32c9cd3c1b
commit
b439deb468
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
use { -- tpope: sleuth: automatically get info about files and apply it to vim (tabs vs spaces, etc)
|
||||||
'tpope/vim-sleuth',
|
'tpope/vim-sleuth',
|
||||||
}
|
}
|
||||||
|
use { -- tpope: eunuch: some unix shell commands in vim
|
||||||
|
'tpope/vim-eunuch',
|
||||||
|
}
|
||||||
|
|
||||||
-- Bootstrap packer if needed {
|
-- Bootstrap packer if needed {
|
||||||
if (Packer_bootstrap) then
|
if (Packer_bootstrap) then
|
||||||
|
|
Loading…
Add table
Reference in a new issue