add eunuch for sudo stuff

This commit is contained in:
Christoph J. Scherr 2023-09-07 22:11:04 +02:00
parent 7b2db77584
commit 5c749d0739
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
return {
{
-- enables UNIX specific stuff in vim,
-- specifically:
-- :SudoWrite
-- :SudoRead
-- :Chmod
-- and also some more, but those are easy done with shell
"tpope/vim-eunuch",
lazy=false,
}
}