We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12671b commit 1ddab3cCopy full SHA for 1ddab3c
tests/debugprint.lua
@@ -3,7 +3,9 @@ vim.o.swapfile = false
3
4
-- These must be prepended because of this:
5
-- https://github.com/nvim-treesitter/nvim-treesitter/issues/3092#issue-1288690088
6
-vim.opt.runtimepath:prepend("~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter")
+vim.opt.runtimepath:prepend(
7
+ "~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter"
8
+)
9
vim.opt.runtimepath:prepend("../nvim-treesitter")
10
vim.cmd("runtime! plugin/nvim-treesitter.lua")
11
0 commit comments