nvim: Add Hy filetype

This commit is contained in:
~hedy 2024-05-05 16:43:59 +08:00
parent c81b440f53
commit 8264399dc6
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 6 additions and 0 deletions

View File

@ -16,3 +16,9 @@ au("BufEnter", {
pattern = "*",
command = "set cursorline! | set cursorline!"
})
vim.filetype.add {
extension = {
hy = "hy",
},
}