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 highlighting based on detected language
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
colorscheme nord
|
|
||||||
|
|
||||||
" Default GUI Window Geometry
|
" Default GUI Window Geometry
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
" Preferred window size
|
" Preferred window size
|
||||||
@ -49,8 +47,7 @@ let g:go_auto_type_info = 1
|
|||||||
let g:better_whitespace_enabled=1
|
let g:better_whitespace_enabled=1
|
||||||
let g:better_whitespace_ctermcolor='red'
|
let g:better_whitespace_ctermcolor='red'
|
||||||
|
|
||||||
call plug#begin()
|
colorscheme nord
|
||||||
Plug 'arcticicestudio/nord-vim'
|
|
||||||
|
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
filetype plugin indent on
|
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..."
|
echo "Installing VIM Pathogen..."
|
||||||
curl -LSs https://tpo.pe/pathogen.vim -o "${HOME}/.vim/autoload/pathogen.vim"
|
curl -LSs https://tpo.pe/pathogen.vim -o "${HOME}/.vim/autoload/pathogen.vim"
|
||||||
|
|
||||||
echo "Installing VIM Plug"
|
echo "Installing VIM Nord theme"
|
||||||
curl -fLo "${HOME}/.vim/autoload/plug.vim" --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
curl -fLo "${HOME}/.vim/colors/nord.vim" --create-dirs https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/colors/nord.vim
|
||||||
|
|
||||||
echo "Installing VIM Sensible..."
|
echo "Installing VIM Sensible..."
|
||||||
git clone git://github.com/tpope/vim-sensible.git "${HOME}/.vim/bundle/vim-sensible"
|
git clone git://github.com/tpope/vim-sensible.git "${HOME}/.vim/bundle/vim-sensible"
|
||||||
|
Loading…
Reference in New Issue
Block a user