This commit is contained in:
Feliche-Demian Netliukh 2024-06-11 16:13:34 +01:00
parent 30366ba21d
commit 06a5265dc8

View file

@ -4,8 +4,8 @@ return {
-- highlighting for chezmoi files template files
"alker0/chezmoi.vim",
init = function()
vim.g.chezmoi#use_tmp_buffer = 1
vim.g.chezmoi#source_dir_path = os.getenv("HOME") .. "/.local/share/chezmoi",
vim.g["chezmoi#use_tmp_buffer"] = 1
vim.g["chezmoi#source_dir_path"] = os.getenv("HOME") .. "/.local/share/chezmoi"
end,
},
{