Change VIM to Nord
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user