neovim: add hyprlang treesitter
This commit is contained in:
parent
4ee935feb6
commit
745174f417
|
@ -2,7 +2,8 @@
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = ''
|
||||
extraConfig = # hyprlang
|
||||
''
|
||||
# Catppuccin Macchiato - https://github.com/catppuccin/hyprland
|
||||
$rosewaterAlpha = rgb(f4dbd6)
|
||||
$flamingoAlpha = rgb(f0c6c6)
|
||||
|
@ -160,7 +161,7 @@
|
|||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
new_status = slave
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
|
@ -14,6 +14,7 @@ return {
|
|||
"gdscript",
|
||||
"godot_resource",
|
||||
"html",
|
||||
"hyprlang",
|
||||
"javascript",
|
||||
"jsdoc",
|
||||
"lua",
|
||||
|
|
Loading…
Reference in a new issue