1
0
Fork 0

nvim: simplify TS install/update command

This commit is contained in:
tastytea 2022-08-19 03:12:32 +02:00
parent 5e621db427
commit 302235731a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ require('packer').startup(function(use)
-- filetypes
use {
'https://github.com/nvim-treesitter/nvim-treesitter',
run = function()
require('nvim-treesitter.install').update({ with_sync = true })
end
run = [[TSUpdateSync]]
}
use {
'https://github.com/nvim-orgmode/orgmode',