10 lines
194 B
Lua
10 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,
|
||
|
}
|