add eunuch for sudo stuff
This commit is contained in:
parent
aa5ac98b37
commit
d31de18bd0
|
@ -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