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