From 39375f53d772edbbfd807fd419cd0db723716fb6 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 25 Mar 2021 08:55:55 +0100 Subject: [PATCH] vimrc: do not persist buffer-local mappings Doing so creates potential conflicts with current vim-lsp mappings that are applied as buffer-local mappings upon entering a buffer. --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index f2069b6..cb92a75 100644 --- a/vimrc +++ b/vimrc @@ -98,6 +98,7 @@ augroup end " Don't remember the current directory for a given file: set viewoptions-=curdir +set viewoptions-=options " Key mappings: nnoremap j gj