diff --git a/lua/astrocommunity/editing-support/suda-vim/README.md b/lua/astrocommunity/editing-support/suda-vim/README.md new file mode 100644 index 000000000..a15c332bf --- /dev/null +++ b/lua/astrocommunity/editing-support/suda-vim/README.md @@ -0,0 +1,5 @@ +# suda.vim + +**Repository:** + +suda is a plugin to read or write files with sudo command.. diff --git a/lua/astrocommunity/editing-support/suda-vim/suda-vim.lua b/lua/astrocommunity/editing-support/suda-vim/suda-vim.lua new file mode 100644 index 000000000..31f11ae7f --- /dev/null +++ b/lua/astrocommunity/editing-support/suda-vim/suda-vim.lua @@ -0,0 +1,14 @@ +return { + "lambdalisue/suda.vim", + keys = { + { + "W", + ":SudaWrite", + desc = "Suda Write", + }, + }, + cmd = { + "SudaRead", + "SudaWrite", + }, +}