neovim-confs/lua/plex/plugins/extras/editor/vim-eunuch.lua

14 lines
235 B
Lua
Raw Normal View History

2023-09-07 22:11:04 +02:00
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",
2023-09-07 22:28:08 +02:00
enabled = false,
2023-09-07 22:11:04 +02:00
lazy=false,
}
}