From e2795c1cc2fd311cb2ffeada205b952da36fe9e4 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Sat, 27 Mar 2021 11:29:16 +0300
Subject: [PATCH] Ability to disable LSP, without :help

---
 vim/.vim/plugin/lsp.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim
index 3a93544..4ced7ca 100644
--- a/vim/.vim/plugin/lsp.vim
+++ b/vim/.vim/plugin/lsp.vim
@@ -1,5 +1,6 @@
 if exists("g:loaded_mein_lsp") | finish | endif
 let g:loaded_mein_lsp = 1
+let g:lsp_auto_enable = 1
 
 let g:lsp_highlight_references_enabled = 1
 let g:lsp_diagnostics_echo_cursor = 1
-- 
2.51.0