Browse Source

feat: q quits lsp-installer (#1674)

Christian Chiarulli 3 years ago
parent
commit
47f68f4873
1 changed files with 5 additions and 0 deletions
  1. 5 0
      lua/core/autocmds.lua

+ 5 - 0
lua/core/autocmds.lua

@@ -13,6 +13,11 @@ lvim.autocommands = {
       "qf",
       "nnoremap <silent> <buffer> q :q<CR>",
     },
+    {
+      "FileType",
+      "lsp-installer",
+      "nnoremap <silent> <buffer> q :q<CR>",
+    },
     {
       "TextYankPost",
       "*",