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.
This commit is contained in:
Rob Watson 2021-03-25 08:55:55 +01:00
parent 0c34514586
commit 39375f53d7
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -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