diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:24:16 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:24:16 -0400 |
commit | 4146865add1cd66c8013f96a23d9e255b5b9e1b4 (patch) | |
tree | 1e179c2f557d9812448d324749b33c528f083615 /lua/plugins.lua | |
parent | 45d51e65d41cc35c6095f8d162969470fa15f6ac (diff) |
new command for tsupdate
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 6c180b39..5cb116f8 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 = ":silent TSUpdate" } + use { "nvim-treesitter/nvim-treesitter" } -- ,run = ":silent TSUpdate" } -- Neoformat use { |