diff .chezmoiexternal.toml @ 810:6499aba0eaf3

feat: setup helix and languageservers
author zegervdv <zegervdv@me.com>
date Tue, 05 Dec 2023 21:00:59 +0100
parents 72744c944497
children 62335df560d9
line wrap: on
line diff
--- a/.chezmoiexternal.toml	Tue Dec 05 20:03:16 2023 +0100
+++ b/.chezmoiexternal.toml	Tue Dec 05 21:00:59 2023 +0100
@@ -70,4 +70,12 @@
   type = "file"
   url = "https://git.zx2c4.com/password-store/plain/src/completion/pass.zsh-completion"
 
+[".config/helix/runtime/queries/tcl/highlights.scm"]
+  type = "file"
+  url = "https://github.com/lewis6991/tree-sitter-tcl/raw/ac8b94b7a89825ddbdd6f8fc0a81c67c065be851/queries/tcl/highlights.scm"
+
+[".config/helix/runtime/queries/tcl/indents.scm"]
+  type = "file"
+  url = "https://github.com/lewis6991/tree-sitter-tcl/raw/ac8b94b7a89825ddbdd6f8fc0a81c67c065be851/queries/tcl/indents.scm"
+
 {{- end}}