add eunuch for sudo stuff
This commit is contained in:
parent
7b2db77584
commit
5c749d0739
|
@ -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,
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue