Skip to content

Commit

Permalink
fix: display current context of nested structs
Browse files Browse the repository at this point in the history
  • Loading branch information
mortymacs authored and andersevenrud committed Aug 24, 2023
1 parent f44f46e commit 44e34d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/nvim_context_vt/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ M.targets = {
'interface_declaration',
'enum_declaration',
'type_declaration',
'field_declaration',

'catch_clause',
'finally_clause',
Expand Down Expand Up @@ -95,6 +96,7 @@ M.targets = {
'select_statement',
'communication_case',
'default_case',
'struct_type',

-- cpp
'for_range_loop',
Expand Down

0 comments on commit 44e34d8

Please sign in to comment.