mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix tsupdatesync command for treesitter in lazy
This commit is contained in:
parent
814080d085
commit
590c6baa39
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ local plugins = {
|
|||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
vim.opt.foldlevelstart = 99
|
||||
end,
|
||||
build = "TSUpdateSync"
|
||||
build = ":TSUpdateSync"
|
||||
},
|
||||
-- add visual lines for indentation
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue