nvim stuff
This commit is contained in:
parent
447b484740
commit
5ca251047a
@ -258,6 +258,9 @@ set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe,*.obj,*.vcxproj,*.pdb,*.idb
|
|||||||
set undofile
|
set undofile
|
||||||
let &undodir=stdpath('config') . '/undo'
|
let &undodir=stdpath('config') . '/undo'
|
||||||
|
|
||||||
|
" Setup backup directory
|
||||||
|
let &backupdir=stdpath('config') . '/backup'
|
||||||
|
|
||||||
" Enable mouse support
|
" Enable mouse support
|
||||||
if has('mouse')
|
if has('mouse')
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
Loading…
Reference in New Issue
Block a user