Update nvim config
This commit is contained in:
parent
d169bfcb2b
commit
d5eb0781f5
|
@ -58,13 +58,7 @@ map <leader>n :NERDTreeToggle<CR>
|
||||||
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
|
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
|
||||||
let NERDTreeBookmarksFile = stdpath('data') . '/NERDTreeBookmarks'
|
let NERDTreeBookmarksFile = stdpath('data') . '/NERDTreeBookmarks'
|
||||||
|
|
||||||
if !exists('g:airline_symbols')
|
let g:airline_powerline_fonts = 1
|
||||||
let g:airline_symbols = {}
|
|
||||||
endif
|
|
||||||
|
|
||||||
let g:airline_symbols.colnr = ' C:'
|
|
||||||
let g:airline_symbols.linenr = ' L:'
|
|
||||||
let g:airline_symbols.maxlinenr = '☰ '
|
|
||||||
|
|
||||||
" ctrl-w<motion> where motion is h, j, k, or l. Also, you can use ctrl-ww to cycle between them
|
" ctrl-w<motion> where motion is h, j, k, or l. Also, you can use ctrl-ww to cycle between them
|
||||||
map <C-h> <C-w>h
|
map <C-h> <C-w>h
|
||||||
|
|
Loading…
Reference in New Issue