mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 11:14:42 +02:00
try without tsupdate
This commit is contained in:
parent
ca9aab95bd
commit
b5c1dd6b47
2 changed files with 4 additions and 2 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" }
|
||||
|
||||
-- Neoformat
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue