From dd6a88d34fd13e0b03a8a22a6dffa60e7ae9b642 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 21 May 2025 10:59:46 -0700 Subject: [PATCH] [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. --- vimrc.common | 2 -- 1 file changed, 2 deletions(-) diff --git a/vimrc.common b/vimrc.common index f748382..fe87b5a 100644 --- a/vimrc.common +++ b/vimrc.common @@ -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= " toggle paste mode with this - " completion menu set wildmenu set wildmode=longest,list