mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: support multiple servers on LSP hover.
This commit is contained in:
parent
3decda3d31
commit
544108ee13
2 changed files with 40 additions and 1 deletions
|
|
@ -105,6 +105,12 @@ vim.diagnostic.config({
|
|||
}
|
||||
})
|
||||
|
||||
|
||||
-- LSP
|
||||
|
||||
-- Provide a custom hover implementation
|
||||
vim.lsp.buf.hover = require("user.utils.lsp").hover
|
||||
|
||||
-------------------------------------------------------
|
||||
-- Extras
|
||||
-------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue