neovim: add hyprlang treesitter

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-06-29 22:52:38 -03:00
parent 4ee935feb6
commit 745174f417
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 218 additions and 216 deletions

View file

@ -2,7 +2,8 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
extraConfig = '' extraConfig = # hyprlang
''
# Catppuccin Macchiato - https://github.com/catppuccin/hyprland # Catppuccin Macchiato - https://github.com/catppuccin/hyprland
$rosewaterAlpha = rgb(f4dbd6) $rosewaterAlpha = rgb(f4dbd6)
$flamingoAlpha = rgb(f0c6c6) $flamingoAlpha = rgb(f0c6c6)
@ -160,7 +161,7 @@
master { master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true new_status = slave
} }
gestures { gestures {

View file

@ -14,6 +14,7 @@ return {
"gdscript", "gdscript",
"godot_resource", "godot_resource",
"html", "html",
"hyprlang",
"javascript", "javascript",
"jsdoc", "jsdoc",
"lua", "lua",