13 lines
216 B
Lua
13 lines
216 B
Lua
|
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,
|
||
|
}
|
||
|
}
|