mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix typo
This commit is contained in:
parent
30366ba21d
commit
06a5265dc8
1 changed files with 4 additions and 4 deletions
|
|
@ -4,8 +4,8 @@ return {
|
||||||
-- highlighting for chezmoi files template files
|
-- highlighting for chezmoi files template files
|
||||||
"alker0/chezmoi.vim",
|
"alker0/chezmoi.vim",
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.chezmoi#use_tmp_buffer = 1
|
vim.g["chezmoi#use_tmp_buffer"] = 1
|
||||||
vim.g.chezmoi#source_dir_path = os.getenv("HOME") .. "/.local/share/chezmoi",
|
vim.g["chezmoi#source_dir_path"] = os.getenv("HOME") .. "/.local/share/chezmoi"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue