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

Use roboto font for gvim.

This commit is contained in:
2022-04-01 15:51:34 +02:00
parent 34555fba68
commit 6de69ddc5c

2
vimrc
View File

@@ -750,7 +750,7 @@ command W w !sudo tee "%" > /dev/null
"}}}
" GUI: detect graphics mode, set colorscheme {{{
if has('gui_running')
set guifont=DejaVuSansMono\ Nerd\ Font\ Mono\ 12
set guifont=RobotoMono\ Nerd\ Font\ 12
set mouse=a "Enable mouse support
" No toolbar, menu, scrollbars, draw simple text tabs. This would keep
" window in one place, and also this will conserve space. Tabs are huge