removed log highlight
This commit is contained in:
		
							parent
							
								
									51ebad0f47
								
							
						
					
					
						commit
						e3501dfebb
					
				| 
						 | 
				
			
			@ -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"]
 | 
			
		||||
	path = vim/.vim/pack/default/start/indentLine
 | 
			
		||||
	url = https://github.com/Yggdroot/indentLine.git
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue