mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-26 12:15:28 +02:00
move lsp autocommand
This commit is contained in:
parent
56c21c60e0
commit
d1ca23af34
2 changed files with 3 additions and 5 deletions
|
@ -9,11 +9,6 @@ function M.config()
|
|||
require("lsp.handlers").setup()
|
||||
require("lsp.signs").setup()
|
||||
require("lsp.keybinds").setup()
|
||||
require("core.autocmds").define_augroups {
|
||||
_general_lsp = {
|
||||
{ "FileType", "lspinfo", "nnoremap <silent> <buffer> q :q<CR>" },
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
function M.setup(lang)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue