Skip to content

Commit 4b89241

Browse files
committed
feat: lua fields
Shows assignments and context inside tables, etc. Closes #73
1 parent 8f7b6b4 commit 4b89241

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
@@ -84,6 +84,7 @@ M.targets = {
8484
'local_variable_declaration',
8585
'variable_declaration',
8686
'assignment_statement',
87+
'field',
8788

8889
-- go
8990
'type_spec',

0 commit comments

Comments
 (0)