Skip to content

Commit f04576a

Browse files
Fix tests to source treesitter plugin from lua file
1 parent 3b6e8eb commit f04576a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/minimal_init.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set rtp+=./nvim-treesitter
44
set termguicolors
55
set noswapfile
66
runtime plugin/plenary.vim
7-
runtime plugin/nvim-treesitter.vim
7+
runtime plugin/nvim-treesitter.lua
88
let mapleader = ','
99

1010
lua << EOF

0 commit comments

Comments
 (0)