Browse Source

feat: q quits lsp-installer (#1674)

Christian Chiarulli 3 năm trước cách đây
mục cha
commit
47f68f4873
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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",
       "*",