From ac060490c21786e309ee55500c1195362c989a8b Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Thu, 12 Mar 2026 17:35:50 -0400 Subject: tnsl support --- lua/cshift/plugins/treesitter.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/cshift/plugins/treesitter.lua (limited to 'lua/cshift/plugins/treesitter.lua') diff --git a/lua/cshift/plugins/treesitter.lua b/lua/cshift/plugins/treesitter.lua new file mode 100644 index 0000000..33f85a0 --- /dev/null +++ b/lua/cshift/plugins/treesitter.lua @@ -0,0 +1,7 @@ +return { + { + 'nvim-treesitter/nvim-treesitter', + lazy = false, + build = ':TSUpdate' + } +} -- cgit v1.2.3