From a3bb925ea525be10194348b5883d97073f9febbe Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:37:48 -0600 Subject: forgot another one --- lua/conf/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/conf/plugins/treesitter.lua b/lua/conf/plugins/treesitter.lua index c24d454..792eca2 100644 --- a/lua/conf/plugins/treesitter.lua +++ b/lua/conf/plugins/treesitter.lua @@ -10,7 +10,7 @@ end return { 'nvim-treesitter/nvim-treesitter', disable = vim.version.lt(vim.version(), { 0, 9, 2 }), config = function() - vim.cmd("TSUpdate") + vim.cmd.TSUpdate() end, function() require('nvim-treesitter.configs').setup { -- cgit v1.2.1