🗑️ Clean Duplicates
- Remove duplicate autocmd for chezmoi
This commit is contained in:
@@ -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,
|
||||
})
|
||||
Reference in New Issue
Block a user