8 lines
138 B
Lua
8 lines
138 B
Lua
|
return {
|
||
|
{
|
||
|
"theRealCarneiro/hyprland-vim-syntax",
|
||
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||
|
ft = "hypr",
|
||
|
},
|
||
|
}
|