nvim: simplify TS install/update command
This commit is contained in:
parent
5e621db427
commit
302235731a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user