mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
chore: minor changes
This commit is contained in:
@@ -45,3 +45,7 @@ vim.api.nvim_create_autocmd({ "InsertEnter" }, {
|
||||
vim.cmd.source(file_path)
|
||||
end,
|
||||
}) ]]
|
||||
|
||||
vim.filetype.add({
|
||||
pattern = { [".*/hypr/.*%.conf"] = "hyprlang" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user