update nvim config

This commit is contained in:
LordMZTE 2021-01-02 20:55:28 +01:00
parent d8e9377dc7
commit cd6bd50b33

View file

@ -7,9 +7,9 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
set expandtab set expandtab
command GoToFile cd %:p:h command GoToFile cd %:p:h
set clipboard^=unnamed set clipboard^=unnamedplus
set shell=bash shellquote=\" shellxquote=\" set shell=bash shellquote=\" shellxquote=\"
set shcf=-c set shcf=-i\ -c
tnoremap <Esc> <C-\><C-n> tnoremap <Esc> <C-\><C-n>
set number set number
@ -24,6 +24,7 @@ Plug 'SirVer/ultisnips'
Plug 'Xuyuanp/nerdtree-git-plugin' Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight' Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons' Plug 'ryanoasis/vim-devicons'
Plug 'cespare/vim-toml'
call plug#end() call plug#end()