1 parent 603d7b2 commit 4cdb7f4Copy full SHA for 4cdb7f4
2 files changed
.gitignore
@@ -1,7 +1,7 @@
1
/*
2
3
!/.gitignore
4
-!/LICENCE
+!/LICENSE
5
!/README.md
6
!/.github/
7
!/scripts/
README.md
@@ -52,6 +52,9 @@ Created for [tmux-language-server](https://github.com/Freed-Wu/tmux-language-ser
52
### [rocks.nvim](https://github.com/lumen-oss/rocks.nvim)
53
54
```toml
55
+[treesitter]
56
+auto_highlight = "all"
57
+
58
[plugins]
59
"rocks-treesitter.nvim" = "VERSION"
60
tree-sitter-tmux = "VERSION"
0 commit comments