Vim support for nim.
| autoload | ||
| compiler | ||
| doc | ||
| ftdetect | ||
| ftplugin | ||
| plugin | ||
| syntax | ||
| LICENSE | ||
| README.md | ||
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
BUGS
- Not all lines are read from stdin for some reason with job-control