Compare commits
3 commits
b17dfbbae9
...
bc1ebdf244
Author | SHA1 | Date | |
---|---|---|---|
bc1ebdf244 | |||
6fd72cfceb | |||
5c749d0739 |
3 changed files with 14 additions and 0 deletions
12
lua/plex/plugins/extras/editor/vim-eunuch.lua
Normal file
12
lua/plex/plugins/extras/editor/vim-eunuch.lua
Normal file
|
@ -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,
|
||||
}
|
||||
}
|
|
@ -21,3 +21,5 @@ Testvectors
|
|||
possibilites/!
|
||||
Hexdumper
|
||||
hexdumped
|
||||
SMB2
|
||||
fileserver
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue