This website requires JavaScript.
Explore
Help
Sign In
mirror
/
kickstart.nvim
mirror of
https://github.com/nvim-lua/kickstart.nvim.git
Watch
1
Star
0
Fork
You've already forked kickstart.nvim
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3400e37b27
kickstart.nvim
/
lua
/
custom
/
plugins
/
hypr.lua
8 lines
109 B
Lua
Raw
Blame
History
local
hypr
=
{
vim.filetype
.
add
{
pattern
=
{
[
'
.*/hypr/.*%.conf
'
]
=
'
hyprlang
'
}
,
}
,
}
return
hypr
Reference in New Issue
View Git Blame
Copy Permalink