mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 22:59:22 +02:00
feat(lsp): handle user configuration in setup() (#1707)
This commit is contained in:
parent
0ad60e90a9
commit
c0e3c8d43a
7 changed files with 102 additions and 69 deletions
|
@ -149,6 +149,7 @@ function M.setup()
|
|||
for _, sign in ipairs(lvim.lsp.diagnostics.signs.values) do
|
||||
vim.fn.sign_define(sign.name, { texthl = sign.name, text = sign.text, numhl = sign.name })
|
||||
end
|
||||
|
||||
require("lsp.handlers").setup()
|
||||
|
||||
if not utils.is_directory(lvim.lsp.templates_dir) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue