From a1e41476b270ad29af268660618867dd19d6f517 Mon Sep 17 00:00:00 2001 From: anth64 Date: Fri, 23 Aug 2024 08:24:30 +0200 Subject: [PATCH] update TS command. --- lua/anth64/packer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/anth64/packer.lua b/lua/anth64/packer.lua index 15e1d06..1ae2c91 100644 --- a/lua/anth64/packer.lua +++ b/lua/anth64/packer.lua @@ -13,7 +13,7 @@ return require('packer').startup(function(use) requires = { {'nvim-lua/plenary.nvim'} } } - use('nvim-treesitter/nvim-treesitter', {run = ':TsUpdate'}) + use('nvim-treesitter/nvim-treesitter', {run = ':TSUpdate'}) use('nvim-treesitter/playground') use('theprimeagen/harpoon') use('mbbill/undotree')