1
0
Fork 0

nvim: use stable nvim-treesitter

Most recent commit has a bug that causes ebuilds to not be highlighted.
This commit is contained in:
tastytea 2023-01-17 02:45:08 +01:00
parent 485aa7103c
commit 5e198fde64
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ require('packer').startup({ function(use)
-- filetypes
use {
'https://github.com/nvim-treesitter/nvim-treesitter',
tag = '*',
run = [[:TSUpdateSync]]
}
use {