diff --git a/lsp.vimrc b/lsp.vimrc index 11e68bc..c31ca2f 100644 --- a/lsp.vimrc +++ b/lsp.vimrc @@ -237,9 +237,11 @@ endif autocmd! User GoyoEnter Limelight autocmd! User GoyoLeave Limelight! +if has('gui') + set guifont=JetBrainsMono\ Nerd\ Font\ 13 +endif let g:airline_powerline_fonts = 1 -"let g:airline#extensions#tabline#enabled = 1 nnoremap z :Goyo nnoremap gs :Git diff --git a/minimal.vimrc b/minimal.vimrc index 46514e9..9ba6d31 100644 --- a/minimal.vimrc +++ b/minimal.vimrc @@ -163,6 +163,10 @@ if g:just_installed == 1 PlugInstall endif +if has('gui') + set guifont=JetBrainsMono\ Nerd\ Font\ 13 +endif + if has('termguicolors') set termguicolors set background=dark