|  | @@ -69,6 +69,9 @@ lvim.autocommands = {
 | 
	
		
			
				|  |  |      -- will cause split windows to be resized evenly if main window is resized
 | 
	
		
			
				|  |  |      { "BufWritePost", "plugins.lua", "PackerCompile" },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  _general_lsp = {
 | 
	
		
			
				|  |  | +    { "FileType", "lspinfo", "nnoremap <silent> <buffer> q :q<CR>" },
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    -- _fterm_lazygit = {
 | 
	
		
			
				|  |  |    --   -- will cause esc key to exit lazy git
 |