add hyprland syntax highlighting
not useful at all its all screwed up
This commit is contained in:
parent
851d0df567
commit
0e0e5e301c
10
init.lua
10
init.lua
@ -107,6 +107,16 @@ require('lazy').setup({
|
||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||
},
|
||||
build = ':TSUpdate',
|
||||
config = function(_, opts)
|
||||
vim.filetype.add {
|
||||
extension = { rasi = 'rasi' },
|
||||
pattern = {
|
||||
['.*/waybar/config'] = 'jsonc',
|
||||
['.*/kitty/*.conf'] = 'bash',
|
||||
['.*/hypr/.*%.conf'] = 'hyprlang',
|
||||
},
|
||||
}
|
||||
end
|
||||
},
|
||||
|
||||
require 'kickstart.plugins.autoformat',
|
||||
|
Loading…
Reference in New Issue
Block a user