hyprland updates; nvim updates; misc updates

This commit is contained in:
Johannes Knopp
2026-01-06 01:45:44 +01:00
parent 7c918c3c17
commit 4093701fca
14 changed files with 246 additions and 56 deletions

View File

@ -92,6 +92,15 @@ return {
}
})
end,
['hyprls'] = function ()
lspconfig.hyprls.setup({
capabilities = capabilities,
cmd = { "hyprls" },
root_dir = function(fname)
return vim.fn.getcwd()
end,
})
end,
-- ['pyright'] = function()
-- lspconfig['pyright'].setup({
-- -- cmd = { "pyright-langserver", "--stdio" },