Vim support for nim.
Find a file
2016-02-01 09:19:51 +02:00
autoload Autocompleiton and friends 2016-02-01 09:19:51 +02:00
compiler Autocompleiton and friends 2016-02-01 09:19:51 +02:00
doc Added base of doc 2016-01-30 15:52:16 +02:00
ftdetect Autocompleiton and friends 2016-02-01 09:19:51 +02:00
ftplugin Autocompleiton and friends 2016-02-01 09:19:51 +02:00
other Added travis script 2016-01-31 21:46:18 +02:00
plugin Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00
syntax Autocompleiton and friends 2016-02-01 09:19:51 +02:00
.travis.yml Added travis script 2016-01-31 21:46:18 +02:00
LICENSE Initial commit 2016-01-27 10:59:11 +02:00
README.md Autocompleiton and friends 2016-02-01 09:19:51 +02:00

nvim-nim Build Status

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
    • Omnicomplete
    • Make for errors
  • Nimsuggest
    • Usages
    • Jump to definition
    • Show typeinfo
    • Outline
    • Highlight
  • Commands
    • NimDefinition
    • NimOutline
    • NimInfo
    • NimUsages
    • NimUsagesProject
    • NimRenameSymbol
    • NimRenameSymbolProject
  • IDE features
    • Neomake
    • Autocompletion with ycm
    • Search and view online documentation
    • Usages with unite
    • Outline with unite
    • Outline with a proper tagbar
    • Auto complete modules
    • Parse proc parameter types for parameter completion
    • REPL interaction
    • Airline integration
  • Add tests
    • CI integration
    • Test nimsuggest for surprises
    • Unit tests
      • Suggest module
        • Async
        • Sync
    • Integration tests
      • NimDefinition
      • NimOutline
      • NimInfo
      • NimUsages
      • NimUsagesProject
      • NimRenameSymbol
      • NimRenameSymbolProject

TASKS

  • Sync version communicating with nimsuggest
  • Test dependency versions
  • Add roadmap

BUGS

  • Not all lines are read from stdin for some reason with job-control