Fix Nord theme for vim

This commit is contained in:
c0de 2022-08-17 17:11:20 -05:00
parent 8439a20056
commit d7b17edc61
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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"