1
0
Fork 0
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:
Henrik Hautakoski 2024-10-14 16:04:32 +02:00
parent 3decda3d31
commit 544108ee13
2 changed files with 40 additions and 1 deletions

View file

@ -105,6 +105,12 @@ vim.diagnostic.config({
}
})
-- LSP
-- Provide a custom hover implementation
vim.lsp.buf.hover = require("user.utils.lsp").hover
-------------------------------------------------------
-- Extras
-------------------------------------------------------