Skip to content

Commit 4cdb7f4

Browse files
committed
🙈 Fix typo on .gitignore
1 parent 603d7b2 commit 4cdb7f4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22

33
!/.gitignore
4-
!/LICENCE
4+
!/LICENSE
55
!/README.md
66
!/.github/
77
!/scripts/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Created for [tmux-language-server](https://github.com/Freed-Wu/tmux-language-ser
5252
### [rocks.nvim](https://github.com/lumen-oss/rocks.nvim)
5353

5454
```toml
55+
[treesitter]
56+
auto_highlight = "all"
57+
5558
[plugins]
5659
"rocks-treesitter.nvim" = "VERSION"
5760
tree-sitter-tmux = "VERSION"

0 commit comments

Comments
 (0)