Update nvim

This commit is contained in:
Pablu23
2025-08-03 15:46:52 +02:00
parent 17e24ac90c
commit 7920f81c93
4 changed files with 17 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ return {
config = function()
local capabilities = require("cmp_nvim_lsp").default_capabilities()
local handlers = {
["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = "rounded" }),
["textDocument/signatureHelp"] = vim.lsp.with(vim.lsp.handlers.signature_help, { border = "rounded" }),
-- ["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = "rounded" }),
-- ["textDocument/signatureHelp"] = vim.lsp.with(vim.lsp.handlers.signature_help, { border = "rounded" }),
}
require("mason").setup()
@@ -24,6 +24,7 @@ return {
"clangd",
"omnisharp",
"yamlls",
"svelte",
},
handlers = {
function(server_name)