Explorar o código

feat: q quits lsp-installer (#1674)

Christian Chiarulli %!s(int64=3) %!d(string=hai) anos
pai
achega
47f68f4873
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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",
       "*",