Update nvim config

This commit is contained in:
Santiago Lo Coco 2025-02-13 19:52:12 +01:00
parent d169bfcb2b
commit d5eb0781f5
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
1 changed files with 1 additions and 7 deletions

View File

@ -58,13 +58,7 @@ map <leader>n :NERDTreeToggle<CR>
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
let NERDTreeBookmarksFile = stdpath('data') . '/NERDTreeBookmarks'
if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif
let g:airline_symbols.colnr = ' C:'
let g:airline_symbols.linenr = ' L:'
let g:airline_symbols.maxlinenr = '☰ '
let g:airline_powerline_fonts = 1
" 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