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:
parent
0c34514586
commit
39375f53d7
1
vimrc
1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user