summaryrefslogtreecommitdiff
path: root/lua/core
diff options
context:
space:
mode:
authorChris <[email protected]>2021-07-28 19:18:30 -0400
committerChris <[email protected]>2021-07-28 19:18:30 -0400
commitd1ca23af3448f2e60b2b33d35d4f26028b457d56 (patch)
treeff70f96f7340255b5c79209daf65b5fb605c807c /lua/core
parent56c21c60e0b74ef7eaf8df0fab33c3c11086bd74 (diff)
move lsp autocommand
Diffstat (limited to 'lua/core')
-rw-r--r--lua/core/autocmds.lua3
1 files changed, 3 insertions, 0 deletions
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 <silent> <buffer> q :q<CR>" },
+ },
-- _fterm_lazygit = {
-- -- will cause esc key to exit lazy git