Switch from base16-vim to vim-solarized8

This commit is contained in:
Alex Yatskov 2020-10-28 17:38:39 -07:00
parent 3f0716260c
commit c3cdecb3ed
4 changed files with 6 additions and 6 deletions

6
.gitmodules vendored
View File

@ -100,9 +100,6 @@
[submodule ".vim/bundle_extra/vim-hug-neovim-rpc"] [submodule ".vim/bundle_extra/vim-hug-neovim-rpc"]
path = .vim/bundle/vim-hug-neovim-rpc path = .vim/bundle/vim-hug-neovim-rpc
url = https://github.com/roxma/vim-hug-neovim-rpc url = https://github.com/roxma/vim-hug-neovim-rpc
[submodule ".vim/bundle/base16-vim"]
path = .vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim.git
[submodule ".vim/bundle/tcomment_vim"] [submodule ".vim/bundle/tcomment_vim"]
path = .vim/bundle/tcomment_vim path = .vim/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim url = https://github.com/tomtom/tcomment_vim
@ -121,3 +118,6 @@
[submodule ".vim/bundle/rust.vim"] [submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim path = .vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim url = https://github.com/rust-lang/rust.vim
[submodule ".vim/bundle/vim-solarized8"]
path = .vim/bundle/vim-solarized8
url = https://github.com/lifepillar/vim-solarized8.git

@ -1 +0,0 @@
Subproject commit 6191622d5806d4448fa2285047936bdcee57a098

@ -0,0 +1 @@
Subproject commit 7b6399093c090ef931e9a4ba031bff90fb7c8de1

View File

@ -1,7 +1,7 @@
set nocompatible set nocompatible
filetype indent plugin on filetype indent plugin on
colorscheme base16-default-dark colorscheme solarized8
syntax enable syntax enable
set autoindent set autoindent
@ -66,7 +66,7 @@ endif
if has('unix') if has('unix')
set termguicolors set termguicolors
set t_Co=256 set t_Co=16
endif endif
if &shell =~ 'bin/fish' if &shell =~ 'bin/fish'