Skip to content

Commit

Permalink
Update .gvimrc
Browse files Browse the repository at this point in the history
Changed MacVim default font to MesloLGS NF in order to support Powerlevel10k Vim Theme.
  • Loading branch information
iAGorynT committed Sep 1, 2024
1 parent 550637f commit a7d6b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DotFiles/.gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ unlet s:cpo_save
" Set Default font
" set guifont=Menlo:h14 - Original Default
" set guifont=-monospace-:h14 - System Default
set guifont=Jetbrains\ Mono:h14
" set guifont=Jetbrains\ Mono:h14
set guifont=MesloLGS\ NF:h14

0 comments on commit a7d6b61

Please sign in to comment.