Skip to content

Commit 92f8abb

Browse files
committed
.
1 parent 8c47155 commit 92f8abb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/minimal_init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ vim.opt.runtimepath:append(os.getenv('PLENARY') or (test_root .. '/plenary.nvim'
1010
vim.opt.runtimepath:append(os.getenv('NVIM_TS') or (test_root .. '/nvim-treesitter'))
1111
vim.opt.runtimepath:append('.')
1212

13-
local ts = require('nvim-treesitter')
14-
ts.setup({})
1513
require('nvim-treesitter').install({ 'python' }):wait(300000) -- wait max. 5 minutes
1614

1715
local tsstart = vim.api.nvim_create_augroup('tsstart', { clear = true })

0 commit comments

Comments
 (0)