dotfiles/.config/nvim/init.vim

3 lines
106 B
VimL

" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %