Skip to content

Commit 1ddab3c

Browse files
committed
style: Fix indenting
1 parent e12671b commit 1ddab3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/debugprint.lua

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ vim.o.swapfile = false
33

44
-- These must be prepended because of this:
55
-- 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")
6+
vim.opt.runtimepath:prepend(
7+
"~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter"
8+
)
79
vim.opt.runtimepath:prepend("../nvim-treesitter")
810
vim.cmd("runtime! plugin/nvim-treesitter.lua")
911

0 commit comments

Comments
 (0)