switching fonts for vim gui
This commit is contained in:
@@ -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
4
gvimrc
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user