diff .chezmoitemplates/init.lua @ 787:489b44423527

feat: add tcl treesitter
author zegervdv <zegervdv@me.com>
date Sat, 06 May 2023 17:01:46 +0200
parents 90ebb41f9b14
children 6353f73b13b3
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Sat May 06 16:44:17 2023 +0200
+++ b/.chezmoitemplates/init.lua	Sat May 06 17:01:46 2023 +0200
@@ -417,6 +417,7 @@
       }
     end,
   },
+  { 'lewis6991/tree-sitter-tcl', build = 'make' },
   {
     'yaocccc/nvim-hl-mdcodeblock.lua',
     after = 'nvim-treesitter',