diff --git a/lua/config/auto-cmds.lua b/lua/config/auto-cmds.lua index 44f27c2..1c4eb25 100644 --- a/lua/config/auto-cmds.lua +++ b/lua/config/auto-cmds.lua @@ -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, -}) \ No newline at end of file