dotfiles/dot_config/nvim/lua/plugins/chezmoi-vim.lua
2024-04-14 18:41:15 -07:00

9 lines
194 B
Lua

return {
'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,
}