Skip to content

Commit 97d2c1b

Browse files
committed
fix: missing lua expression
Fixes #78
1 parent c0e5f64 commit 97d2c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim_context_vt/config.lua

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ M.targets = {
8585
'variable_declaration',
8686
'assignment_statement',
8787
'field',
88+
'expression_list',
8889

8990
-- go
9091
'type_spec',

0 commit comments

Comments
 (0)