Skip to content

Commit 6853ecb

Browse files
fix: call setup in plugin directory (#632)
Fixes #620
1 parent 02fd97c commit 6853ecb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/treesitter-context.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require('treesitter-context').setup()
2+
13
vim.api.nvim_create_user_command('TSContext', function(args)
24
require('treesitter-context.cli').run(args.fargs)
35
end, {

0 commit comments

Comments
 (0)