/sudow

sudow is a plugin to write files by using 'sudo' or 'doas'

Primary LanguageVim scriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

sudow is a plugin to write files by using 'sudo' or 'doas', with the help of named pipe. It utilize system's commands to achive its goal.

This plugin was built while :w !sudo tee % > /dev/null trick does not work on neovim.