dotfiles/dot_config/nvim/lua/plugins/chezmoi-vim.lua

10 lines
194 B
Lua
Raw Normal View History

2024-04-14 18:41:15 -07:00
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,
}