1
0
Fork 0

move vimrc to vim-pack as an after-plugin

This commit is contained in:
Von Random 2018-07-21 11:52:56 +03:00
parent becada2d07
commit 68493b342d
10 changed files with 2308 additions and 1 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "vimwiki"]
path = vimpack/opt/vimwiki
url = https://github.com/vimwiki/vimwiki.git
[submodule "vim-fugitive"]
path = vimpack/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git

View file

@ -68,7 +68,8 @@ if v:version >= 800
autocmd FileType sh packadd ale
if $TERM != 'linux'
color solarized16
set termguicolors background=dark
colorscheme gruvbox8
endif
endif

File diff suppressed because it is too large Load diff

@ -0,0 +1 @@
Subproject commit c118dabb89b6e7e42383d4cf6f426e53bb45279c