1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Changed default gui font to DejaVu nerd font

This commit is contained in:
2018-08-28 17:33:07 +02:00
parent 8a4a2bc002
commit d1c357f32a

2
vimrc
View File

@@ -697,7 +697,7 @@ endfunction
"}}} "}}}
" GUI: detect graphics mode, set colorscheme {{{ " GUI: detect graphics mode, set colorscheme {{{
if has('gui_running') if has('gui_running')
set guifont=DejaVuSansMonoForPowerline\ \Nerd\ Font\ 12 set guifont=DejaVuSansMono\ Nerd\ Font\ Mono\ 12
set mouse=a "Enable mouse support set mouse=a "Enable mouse support
" No toolbar, menu, scrollbars, draw simple text tabs. This would keep " No toolbar, menu, scrollbars, draw simple text tabs. This would keep
" window in one place, and also this will conserve space. Tabs are huge " window in one place, and also this will conserve space. Tabs are huge