🗑️ Clean Duplicates

- Remove duplicate autocmd for chezmoi
This commit is contained in:
2024-07-09 16:36:31 -04:00
parent 21b4bcee03
commit 7584f7f430
+1 -7
View File
@@ -1,11 +1,5 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- AUTO-CMDS ----------------------------------
-- -----------------------------------------------------------------------------
-- None at the moment --
-- Chez-moi auto-edit-apply source
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = { os.getenv("HOME") .. "/.local/share/chezmoi/*" },
callback = function()
vim.schedule(require("chezmoi.commands.__edit").watch)
end,
})