removed log highlight

This commit is contained in:
Stefan Etringer 2025-08-01 13:53:20 +00:00
parent 51ebad0f47
commit e3501dfebb
7 changed files with 6 additions and 12 deletions

6
.gitmodules vendored
View File

@ -1,9 +1,3 @@
[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"] [submodule "vim/.vim/pack/default/start/indentLine"]
path = vim/.vim/pack/default/start/indentLine path = vim/.vim/pack/default/start/indentLine
url = https://github.com/Yggdroot/indentLine.git url = https://github.com/Yggdroot/indentLine.git

View File

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

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

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

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

View File

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