Compare commits

...

3 commits

Author SHA1 Message Date
bc1ebdf244 spell 2023-09-07 22:12:05 +02:00
6fd72cfceb Merge branch 'master' into server 2023-09-07 22:11:57 +02:00
5c749d0739 add eunuch for sudo stuff 2023-09-07 22:11:04 +02:00
3 changed files with 14 additions and 0 deletions

View 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,
}
}

View file

@ -21,3 +21,5 @@ Testvectors
possibilites/!
Hexdumper
hexdumped
SMB2
fileserver

Binary file not shown.