Skip to content

Commit

Permalink
fix: possible solution for missing lua expression
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jan 2, 2025
1 parent 97d2c1b commit b044b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim_context_vt/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ M.targets = {
'local_variable_declaration',
'variable_declaration',
'assignment_statement',
'field',
'function_call',
'expression_list',

-- go
Expand Down

0 comments on commit b044b50

Please sign in to comment.