mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Minor updates.
This commit is contained in:
2
env/.config/nvim/lua/config/autocmds.lua
vendored
2
env/.config/nvim/lua/config/autocmds.lua
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user