add chezmoi syntax support
This commit is contained in:
parent
dd025bdca1
commit
9de5d08a5a
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue