Change VIM to Nord

This commit is contained in:
2022-08-17 16:51:04 -05:00
parent 3459200947
commit 2aaa27281b
2 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
" Syntax highlighting based on detected language
syntax on
" Iceberg theme - I also use this theme in VSCode
colorscheme iceberg
colorscheme nord
" Default GUI Window Geometry
if has("gui_running")
@@ -50,5 +49,8 @@ let g:go_auto_type_info = 1
let g:better_whitespace_enabled=1
let g:better_whitespace_ctermcolor='red'
call plug#begin()
Plug 'arcticicestudio/nord-vim'
execute pathogen#infect()
filetype plugin indent on