29 lines
681 B
Markdown
29 lines
681 B
Markdown
# nvim-structure
|
|
Attempt at writing an async outline/structure listing/navigator for files/modules.
|
|
|
|
# TODO
|
|
- [ ] Syntax
|
|
- [ ] Indendation
|
|
- [ ] Compiler support
|
|
- [ ] Autocompletion
|
|
- [x] Nimsuggest
|
|
- [x] Usages
|
|
- [x] Jump to definition
|
|
- [x] Show typeinfo
|
|
- [x] Outline
|
|
- [x] Commands
|
|
- [x] NimDefinition
|
|
- [x] NimOutline
|
|
- [x] NimInfo
|
|
- [x] NimUsages
|
|
- [x] NimUsagesProject
|
|
- [ ] NimRenameSymbol
|
|
- [ ] NimRenameSymbolProject
|
|
|
|
# TODO For advanced
|
|
- [ ] Syntax with nim compiler highlight
|
|
- [ ] Outline with unite
|
|
- [ ] Outline with proper tagbar
|
|
- [ ] Usages with unite
|
|
- [ ] Autocompletion with ycm
|
|
- [ ] Autocompletion with deoplete
|