neovim: add hyprlang treesitter
This commit is contained in:
parent
4ee935feb6
commit
745174f417
|
@ -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 {
|
||||||
|
|
|
@ -14,6 +14,7 @@ return {
|
||||||
"gdscript",
|
"gdscript",
|
||||||
"godot_resource",
|
"godot_resource",
|
||||||
"html",
|
"html",
|
||||||
|
"hyprlang",
|
||||||
"javascript",
|
"javascript",
|
||||||
"jsdoc",
|
"jsdoc",
|
||||||
"lua",
|
"lua",
|
||||||
|
|
Loading…
Reference in a new issue