[vim] Remove pastetoggle setting from vimrc.common

This setting was removed from neovim recently and setting it was causing it to
barf. I'm not sure what the replacement is.
This commit is contained in:
Eryn Wells 2025-05-21 10:59:46 -07:00
parent 2fea369110
commit dd6a88d34f

View file

@ -78,8 +78,6 @@ set copyindent " copy previous indentation on autoindent
set scrolloff=3 " scroll 3 lines ahead of point
set sidescrolloff=5 " scroll 5 columns ahead of point
set pastetoggle=<F1> " toggle paste mode with this
" completion menu
set wildmenu
set wildmode=longest,list