add chezmoi syntax support

This commit is contained in:
raf 2024-12-11 00:30:05 +01:00
parent 3ed6f12ddd
commit ea02dd1852
1 changed files with 9 additions and 0 deletions

View File

@ -160,4 +160,13 @@ return {
}) })
end, 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,
},
} }