add chezmoi syntax support

This commit is contained in:
raf 2024-12-11 00:30:05 +01:00 committed by Reathe
parent dd025bdca1
commit 9de5d08a5a
1 changed files with 9 additions and 0 deletions

View File

@ -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,
},
}