feat: Minor updates.

This commit is contained in:
2025-11-07 12:09:46 -05:00
parent 05cb700cb1
commit 0636832796
3 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ createCmd("TextYankPost", {
end,
})
-- Force zsh scripts to use bash syntax hyighlighting.
-- Force zsh scripts to use bash syntax highlighting.
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*",
callback = function(args)