Skip to content

Commit

Permalink
fix: missing lua expression
Browse files Browse the repository at this point in the history
Fixes #78
  • Loading branch information
andersevenrud committed Jan 2, 2025
1 parent c0e5f64 commit 97d2c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim_context_vt/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ M.targets = {
'variable_declaration',
'assignment_statement',
'field',
'expression_list',

-- go
'type_spec',
Expand Down

0 comments on commit 97d2c1b

Please sign in to comment.