Skip to content

Commit

Permalink
feat(editing-support): add suda.vim (#284)
Browse files Browse the repository at this point in the history
feat(suda): add suda-vim.lua
  • Loading branch information
khaneliman authored Jun 19, 2023
1 parent 07001f3 commit aca1c8a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/editing-support/suda-vim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# suda.vim

**Repository:** <https://github.com/lambdalisue/suda.vim>

suda is a plugin to read or write files with sudo command..
14 changes: 14 additions & 0 deletions lua/astrocommunity/editing-support/suda-vim/suda-vim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
return {
"lambdalisue/suda.vim",
keys = {
{
"<leader>W",
":SudaWrite<CR>",
desc = "Suda Write",
},
},
cmd = {
"SudaRead",
"SudaWrite",
},
}

0 comments on commit aca1c8a

Please sign in to comment.