diff options
author | christianchiarulli <[email protected]> | 2021-07-08 17:59:18 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 17:59:18 -0400 |
commit | a5b7a7c16a298b65de30391699c0403e929fe63e (patch) | |
tree | d2da5f73784dd271b8b4d5ed53f513aa0783edbe /lua/plugins.lua | |
parent | b762ba7d1d12d35bd94eaf93ae719f8c6e9cf183 (diff) |
silent update
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 724a7715..6c180b39 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 { |