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.
1 parent 8c47155 commit 92f8abbCopy full SHA for 92f8abb
scripts/minimal_init.lua
@@ -10,8 +10,6 @@ vim.opt.runtimepath:append(os.getenv('PLENARY') or (test_root .. '/plenary.nvim'
10
vim.opt.runtimepath:append(os.getenv('NVIM_TS') or (test_root .. '/nvim-treesitter'))
11
vim.opt.runtimepath:append('.')
12
13
-local ts = require('nvim-treesitter')
14
-ts.setup({})
15
require('nvim-treesitter').install({ 'python' }):wait(300000) -- wait max. 5 minutes
16
17
local tsstart = vim.api.nvim_create_augroup('tsstart', { clear = true })
0 commit comments