nvim: Disable shada
We do not want project specific or project local information to be available among various neovim instances. It should either be managed by sessions or should not be stored on neovim exit. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
470cd043d5
commit
caf6f81318
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ call plug#end()
|
|||
let mapleader="\<SPACE>"
|
||||
let maplocalleader=","
|
||||
|
||||
set shada="NONE" " Prevent SHADA files from being generated or read
|
||||
set colorcolumn=80 " Highlight 80th column
|
||||
set laststatus=2 " Always show status bar
|
||||
set updatetime=100 " Let plugins show effects after 100ms
|
||||
|
|
Loading…
Reference in a new issue