Fix Nord theme for vim
This commit is contained in:
parent
8439a20056
commit
d7b17edc61
@ -1,8 +1,6 @@
|
||||
" Syntax highlighting based on detected language
|
||||
syntax on
|
||||
|
||||
colorscheme nord
|
||||
|
||||
" Default GUI Window Geometry
|
||||
if has("gui_running")
|
||||
" Preferred window size
|
||||
@ -49,8 +47,7 @@ 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'
|
||||
colorscheme nord
|
||||
|
||||
execute pathogen#infect()
|
||||
filetype plugin indent on
|
||||
|
@ -127,8 +127,8 @@ CHSH='no' RUNZSH='no' KEEP_ZSHRC='yes' sh -c "$(curl -fsSL https://raw.github.co
|
||||
echo "Installing VIM Pathogen..."
|
||||
curl -LSs https://tpo.pe/pathogen.vim -o "${HOME}/.vim/autoload/pathogen.vim"
|
||||
|
||||
echo "Installing VIM Plug"
|
||||
curl -fLo "${HOME}/.vim/autoload/plug.vim" --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
echo "Installing VIM Nord theme"
|
||||
curl -fLo "${HOME}/.vim/colors/nord.vim" --create-dirs https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/colors/nord.vim
|
||||
|
||||
echo "Installing VIM Sensible..."
|
||||
git clone git://github.com/tpope/vim-sensible.git "${HOME}/.vim/bundle/vim-sensible"
|
||||
|
Loading…
Reference in New Issue
Block a user