wsl #3

Merged
PlexSheep merged 5 commits from wsl into master 2023-09-09 15:02:22 +02:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit d31de18bd0 - Show all commits

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