This commit is contained in:
Zacharias-Brohn
2025-02-07 21:00:50 +01:00
parent 3d77af4231
commit a0ecbb3dc8
19 changed files with 741 additions and 26 deletions
+5 -5
View File
@@ -102,11 +102,11 @@ local servers = {
"zls",
}
lspconfig.hyprls.setup {
root_dir = vim.fs.root( 0, 'hyprland.conf' ),
single_file_support = false,
filetypes = { "conf" },
}
-- lspconfig.hyprls.setup {
-- root_dir = vim.fs.root( 0, 'hyprland.conf' ),
-- single_file_support = false,
-- filetypes = { "conf" },
-- }
-- lsps with default config
for _, lsp in ipairs(servers) do