mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 03:14:43 +02:00
Fix ignored user autocommands (#1090)
This commit is contained in:
parent
47c44ae248
commit
e37a511abc
9 changed files with 128 additions and 105 deletions
|
@ -266,7 +266,7 @@ function lsp_config.tsserver_on_attach(client, _)
|
|||
-- vim.api.nvim_buf_set_keymap(bufnr, "n", "gi", ":TSLspImportAll<CR>", {silent = true})
|
||||
end
|
||||
|
||||
require("lv-utils").define_augroups {
|
||||
require("core.autocmds").define_augroups {
|
||||
_general_lsp = {
|
||||
{ "FileType", "lspinfo", "nnoremap <silent> <buffer> q :q<CR>" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue