Compare commits

..

No commits in common. "99e5f5203107439abb5b8e41dee938734289d9e5" and "51ebad0f47a17bd55702d83ceae38115c3623179" have entirely different histories.

7 changed files with 12 additions and 9 deletions

9
.gitmodules vendored
View File

@ -1,3 +1,9 @@
[submodule "vim/.vim/pack/default/start/gruvbox"]
path = vim/.vim/pack/default/start/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "vim/.vim/pack/default/start/vim-log-highlighting"]
path = vim/.vim/pack/default/start/vim-log-highlighting
url = https://github.com/MTDL9/vim-log-highlighting.git
[submodule "vim/.vim/pack/default/start/indentLine"]
path = vim/.vim/pack/default/start/indentLine
url = https://github.com/Yggdroot/indentLine.git
@ -40,6 +46,3 @@
[submodule "vim/.vim/pack/default/start/undotree"]
path = vim/.vim/pack/default/start/undotree
url = https://github.com/mbbill/undotree.git
[submodule "vim/.vim/pack/default/opt/vim-log-highlighting"]
path = vim/.vim/pack/default/opt/vim-log-highlighting
url = https://github.com/MTDL9/vim-log-highlighting.git

View File

@ -1 +0,0 @@
packadd! vim-log-highlighting

@ -1 +1 @@
Subproject commit 22185c4c5c8b8ff52c701020c309a4cefc3a04fa
Subproject commit dd23b92ee9bfb6d790b6018ac1e52ba040649666

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

@ -1 +1 @@
Subproject commit 1b7227b9541c861f7b05b84d523764a9b1de78d8
Subproject commit 03bcd4a7dfe0a2f6d432e8ce936d35273a15209d

View File

@ -326,9 +326,9 @@ autocmd InsertLeave *.{json} set conceallevel=2
" Load all packages and activate tags
"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" packadd! vim-polyglot
" packadd! vim-log-highlighting
" packloadall
packadd! vim-polyglot
packadd! vim-log-highlighting
packloadall
" Load all of the helptags now, after plugins have been loaded.
" All messages and errors will be ignored.
silent! helptags ALL