nvim: Update Neovim configuration
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
b2635436de
commit
f829682e83
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ let g:gitgutter_max_signs=10000
|
|||
let mapleader="\<SPACE>"
|
||||
|
||||
set encoding=utf-8
|
||||
set exrc " Allow loading local .nvimrc files
|
||||
set secure " Disallow use of autocmd, shell and write in local rc
|
||||
set showcmd " Show (partial) command in status line.
|
||||
set showmatch " Show matching brackets.
|
||||
set showmode " Show current mode.
|
||||
|
|
Loading…
Reference in a new issue