1.3 KiB
1.3 KiB
nvim-nim
Nim support for Neovim
TODO
- Add global options for user
- Doc
- Bindings
- Options
- Commands
- Using with other plugins
- Syntax
- Keywords
- Operator precedence different colors
- Numbers
- String
- Multiline comments
- Highlight variable names semantically
- Indendation
- Compiler support
- Make for errors
- Omnicomplete
- Nimsuggest
- Usages
- Jump to definition
- Show typeinfo
- Outline
- Highlight
- Commands
- NimDefinition
- NimOutline
- NimInfo
- NimUsages
- NimUsagesProject
- NimRenameSymbol
- NimRenameSymbolProject
- IDE features
- Auto complete modules
- Outline with unite
- Outline with a proper tagbar
- Usages with unite
- Autocompletion with ycm
- Autocompletion with deoplete
- REPL interaction
- Add tests
- CI integration
- Test nimsuggest for surprises
- Unit tests
TASKS
- Sync version communicating with nimsuggest
- Test the user's versions
- Add roadmap
BUGS
- Not all lines are read from stdin for some reason with job-control