From d1ca23af3448f2e60b2b33d35d4f26028b457d56 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 28 Jul 2021 19:18:30 -0400 Subject: move lsp autocommand --- lua/core/autocmds.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/core') diff --git a/lua/core/autocmds.lua b/lua/core/autocmds.lua index f2399de5..d77e0e71 100644 --- a/lua/core/autocmds.lua +++ b/lua/core/autocmds.lua @@ -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 q :q" }, + }, -- _fterm_lazygit = { -- -- will cause esc key to exit lazy git -- cgit v1.2.3