chore: minor changes

This commit is contained in:
Kristofers Solo
2024-03-10 17:06:46 +02:00
parent 46433d2c6e
commit 06052ff627
4 changed files with 28 additions and 7 deletions

View File

@@ -45,3 +45,7 @@ vim.api.nvim_create_autocmd({ "InsertEnter" }, {
vim.cmd.source(file_path)
end,
}) ]]
vim.filetype.add({
pattern = { [".*/hypr/.*%.conf"] = "hyprlang" },
})