Fix ignored user autocommands (#1090)

This commit is contained in:
kylo252 2021-07-25 13:55:19 +02:00 committed by GitHub
parent 47c44ae248
commit e37a511abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 128 additions and 105 deletions

View file

@ -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>" },
},