dotfiles/.config/nvim/init.vim

5 lines
158 B
VimL
Raw Normal View History

2019-09-13 16:56:53 +00:00
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
2019-10-08 10:37:21 +00:00
set number relativenumber
set cliboard+=unnamedplus