mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-24 04:34:42 +02:00
new command for tsupdate
This commit is contained in:
parent
45d51e65d4
commit
4146865add
2 changed files with 3 additions and 4 deletions
|
@ -52,7 +52,7 @@ return require("packer").startup(function(use)
|
|||
use { "rafamadriz/friendly-snippets", event = "InsertEnter" }
|
||||
|
||||
-- Treesitter
|
||||
use { "nvim-treesitter/nvim-treesitter", run = ":silent TSUpdate" }
|
||||
use { "nvim-treesitter/nvim-treesitter" } -- ,run = ":silent TSUpdate" }
|
||||
|
||||
-- Neoformat
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue