mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
fix dots
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user