forked from dineshsalunke/nvim-config
refactor: add cmd for the treesitter
This commit is contained in:
parent
3c658b5a6e
commit
940dcf0edd
@ -13,6 +13,7 @@ return {
|
|||||||
{ "<C-Space>", desc = "Increment selection" },
|
{ "<C-Space>", desc = "Increment selection" },
|
||||||
{ "<bs>", desc = "Decrement selection", mode = "x" },
|
{ "<bs>", desc = "Decrement selection", mode = "x" },
|
||||||
},
|
},
|
||||||
|
cmd = { "TSUpdateSync" },
|
||||||
opts = {
|
opts = {
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user