mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 03:04:31 +02:00
silent update
This commit is contained in:
parent
b762ba7d1d
commit
a5b7a7c16a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ return require("packer").startup(function(use)
|
|||
use { "rafamadriz/friendly-snippets", event = "InsertEnter" }
|
||||
|
||||
-- Treesitter
|
||||
use { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" }
|
||||
use { "nvim-treesitter/nvim-treesitter", run = ":silent TSUpdate" }
|
||||
|
||||
-- Neoformat
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue