diff options
author | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:37:48 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:37:48 -0600 |
commit | a3bb925ea525be10194348b5883d97073f9febbe (patch) | |
tree | 52b96d53c3a8b5c226135609cfd42ea1564a8b2c /lua/conf/plugins | |
parent | fcd03a342b5d1db8e9066b0a61f07ce0ffb25f3a (diff) | |
download | nvim-a3bb925ea525be10194348b5883d97073f9febbe.tar.gz nvim-a3bb925ea525be10194348b5883d97073f9febbe.tar.bz2 nvim-a3bb925ea525be10194348b5883d97073f9febbe.zip |
forgot another one
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |