feat(neovim): hyprland language server and highlight

This commit is contained in:
2024-11-07 01:15:16 +01:00
parent 6dd467b4f3
commit 863705d868
2 changed files with 21 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ return {
-- shell
"shellcheck",
-- Hyprlang
"hyrpls",
-- hdl
"rust_hdl",
},
@@ -61,6 +64,7 @@ return {
"python",
"latex",
"vhdl",
"hyprlang",
},
indent = {
enable = true,