move vimrc to vim-pack as an after-plugin
This commit is contained in:
parent
becada2d07
commit
68493b342d
10 changed files with 2308 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -25,3 +25,6 @@
|
||||||
[submodule "vimwiki"]
|
[submodule "vimwiki"]
|
||||||
path = vimpack/opt/vimwiki
|
path = vimpack/opt/vimwiki
|
||||||
url = https://github.com/vimwiki/vimwiki.git
|
url = https://github.com/vimwiki/vimwiki.git
|
||||||
|
[submodule "vim-fugitive"]
|
||||||
|
path = vimpack/start/vim-fugitive
|
||||||
|
url = https://github.com/tpope/vim-fugitive.git
|
||||||
|
|
|
@ -68,7 +68,8 @@ if v:version >= 800
|
||||||
autocmd FileType sh packadd ale
|
autocmd FileType sh packadd ale
|
||||||
|
|
||||||
if $TERM != 'linux'
|
if $TERM != 'linux'
|
||||||
color solarized16
|
set termguicolors background=dark
|
||||||
|
colorscheme gruvbox8
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
2302
vimpack/start/LOCAL/colors/gruvbox8.vim
Normal file
2302
vimpack/start/LOCAL/colors/gruvbox8.vim
Normal file
File diff suppressed because it is too large
Load diff
1
vimpack/start/vim-fugitive
Submodule
1
vimpack/start/vim-fugitive
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c118dabb89b6e7e42383d4cf6f426e53bb45279c
|
Loading…
Reference in a new issue