1
0
Fork 0

neovim conf

This commit is contained in:
Jeremy Kaplan 2017-12-08 09:57:44 -08:00 committed by Jeremy Kaplan
commit 6949d7e0da

View file

@ -28,6 +28,7 @@ endif
filetype plugin indent on filetype plugin indent on
syntax enable syntax enable
set number set number
set hidden
set t_Co=256 set t_Co=256
@ -75,8 +76,8 @@ map ;0 :close<CR>
map ;w :w<CR> map ;w :w<CR>
map ;b :Denite buffer<CR> map ;b :Denite buffer<CR>
map ;e :Denite file buffer<CR> map ;e :Denite file_rec buffer<CR>
map ;f :Denite file buffer<CR> map ;f :Denite file_rec buffer<CR>
map ;q :q<CR> map ;q :q<CR>
map ;x :x<CR> map ;x :x<CR>