mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
refactor(lsp): refactored again :)
This commit is contained in:
parent
0006fe7a3c
commit
3db94e44a0
2 changed files with 36 additions and 34 deletions
|
@ -121,7 +121,7 @@ return {
|
|||
require("lazyvim.plugins.lsp.keymaps").on_attach(client, buffer)
|
||||
end)
|
||||
|
||||
LazyVim.lsp.setup_dynamic_capability()
|
||||
LazyVim.lsp.setup()
|
||||
LazyVim.lsp.on_dynamic_capability(require("lazyvim.plugins.lsp.keymaps").on_attach)
|
||||
|
||||
LazyVim.lsp.words.setup(opts.document_highlight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue