Mercurial > dotfiles
changeset 787:489b44423527
feat: add tcl treesitter
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 06 May 2023 17:01:46 +0200 |
parents | 90ebb41f9b14 |
children | 875c9ab79c7c |
files | .chezmoitemplates/init.lua .chezmoitemplates/lazy-lock.json |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
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',
--- a/.chezmoitemplates/lazy-lock.json Sat May 06 16:44:17 2023 +0200 +++ b/.chezmoitemplates/lazy-lock.json Sat May 06 17:01:46 2023 +0200 @@ -39,6 +39,7 @@ "plenary.nvim": { "branch": "master", "commit": "253d34830709d690f013daf2853a9d21ad7accab" }, "refactoring.nvim": { "branch": "master", "commit": "e7c40818b2995016ede93c5620055206b1aba44f" }, "targets.vim": { "branch": "master", "commit": "642d3a4ce306264b05ea3219920b13ea80931767" }, + "tree-sitter-tcl": { "branch": "main", "commit": "8f422f46117186a32cee7382ab4c6f93f4b3db0a" }, "vim-abolish": { "branch": "master", "commit": "e5f0c592bc54bb8e3d6acc964a9db9f4037cbbf9" }, "vim-editorconfig": { "branch": "master", "commit": "5c3a5b4e7830a6885ec3e70fa5151c59afde2ad5" }, "vim-eunuch": { "branch": "master", "commit": "291ef1f8c8996ca7715df1032a35a27b12d7b5cf" },