kickstart.nvim/lua/custom/plugins/hypr.lua

8 lines
109 B
Lua
Raw Normal View History

2024-10-08 16:59:03 +05:30
local hypr = {
vim.filetype.add {
pattern = { ['.*/hypr/.*%.conf'] = 'hyprlang' },
},
}
return hypr