hyprland updates; nvim updates; misc updates
This commit is contained in:
@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user