rename vim configs

This commit is contained in:
James Dixon 2021-01-27 15:07:11 -05:00
parent 40030d526d
commit f5f3b6f611
2 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,7 @@ if has("gui_running")
" set guifont=Consolas:h10
set guifont=Cascadia\ Code:h10
endif
autocmd GUIEnter * simalt ~x
endif
"general settings
@ -167,9 +168,9 @@ call plug#end()
"syntax/filetype settings
"---------------
" syntax on
" filetype plugin indent on
" runtime macros/matchit.vim
syntax on
filetype plugin indent on
runtime macros/matchit.vim
"plugin settings
"---------------