Vim support for nim.
Find a file
2016-01-30 20:10:59 +02:00
autoload Some more work 2016-01-30 20:10:59 +02:00
compiler Some syntaxwork done 2016-01-30 18:57:48 +02:00
doc Added base of doc 2016-01-30 15:52:16 +02:00
ftdetect Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00
ftplugin Some syntaxwork done 2016-01-30 18:57:48 +02:00
plugin Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00
syntax Some more work 2016-01-30 20:10:59 +02:00
LICENSE Initial commit 2016-01-27 10:59:11 +02:00
README.md Some more work 2016-01-30 20:10:59 +02:00

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