1
0
Fork 0

nvim: fix treesitter update command

This commit is contained in:
tastytea 2022-08-30 18:59:12 +02:00
parent 48f93ed887
commit 80961265ea
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

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