Files
outline.nvim/lua/outline
hedy 6cea72f2b5 feat(api): Get symbol and breadcrumb at location
Currently the implementation is very limited.

Ref: #24

- Outline must be open and have been loaded for it to work (requires
  lazy loading or headless loading of Sidebar)
- Empty string returned if cursor is not in any symbol ('closest' symbol
  not yet supported)
- Line column not used
- Returning concatenated symbol names rather than a list of tables with
  node info (requires a refactor of outline.SymbolNode type)
- Subject to config.symbols.filter and folds (requires finding hover
  list somewhere outside of writer.make_outline)
2023-11-25 15:41:55 +08:00
..
2023-11-22 20:55:10 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 14:50:24 +08:00
2023-11-19 17:45:41 +08:00
2023-11-24 15:04:28 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 15:04:28 +08:00