set vim colorizer to be on by default

main
The_miro 2025-05-05 11:11:52 +02:00
parent 72a1ec6c9a
commit 75fedfc147
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ let hostname=system('hostname -s | tr -d "\n"')
let ipaddr=system('hostname -i | tr -d "\n"')
let g:airline_section_x = 'IP:%{ipaddr} DNS:%{hostname}'
:ColorizerToggle
nnoremap <C-l> <C-w>w
nnoremap <C-h> <C-w>h
nnoremap <C-j> <C-w>j