switching fonts for vim gui

This commit is contained in:
2019-07-18 14:16:27 +02:00
parent e35256f98b
commit 4315ba5573
3 changed files with 4 additions and 4 deletions

View File

@@ -61,5 +61,6 @@ end
# disable login greeting
set fish_greeting ''
set -g fish_user_paths "/usr/local/opt/mysql@5.5/bin" $fish_user_paths
set -g fish_user_paths "/usr/local/opt/node@10/bin" $fish_user_paths
set -g fish_user_paths "/usr/local/sbin" $fish_user_paths

4
gvimrc
View File

@@ -1,7 +1,7 @@
" Copy to ~/.gvimrc or ~/_gvimrc.
set guifont=Source\ Code\ Pro\ for\ Powerline:h14 "make sure to escape the spaces in the name properly
" set guifont=Source\ Code\ Pro:h16
" set guifont=Source\ Code\ Pro\ for\ Powerline:h14 "make sure to escape the spaces in the name properly
set guifont=SauceCodePro\ Nerd\ Font\ Mono:h14 "make sure to escape the spaces in the name properly
set antialias " MacVim: smooth fonts.
set encoding=utf-8 " Use UTF-8 everywhere.
set guioptions-=T " Hide toolbar.

View File

@@ -6,7 +6,6 @@
"editor.fontFamily": "Source Code Pro for Powerline",
"ruby.useBundler": true,
"ruby.format": "rubocop",
"workbench.iconTheme": null,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.tabSize": 2,