We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7cb6c6 + 4020929 commit e770921Copy full SHA for e770921
lua/theprimeagen/packer.lua
@@ -21,7 +21,7 @@ return require('packer').startup(function(use)
21
end
22
})
23
24
- use('nvim-treesitter/nvim-treesitter', {run = ':TSUpdate'})
+ use({'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'})
25
use('nvim-treesitter/playground')
26
use('theprimeagen/harpoon')
27
use('mbbill/undotree')
0 commit comments