diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index e54636c5..a9322e39 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -160,4 +160,13 @@ return { }) end, }, + { + 'alker0/chezmoi.vim', + lazy = false, + init = function() + -- This option is required. + vim.g['chezmoi#use_tmp_buffer'] = true + -- add other options here if needed. + end, + }, }