Vim support for nim.
Find a file
2016-01-30 15:26:11 +02:00
autoload Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00
ftdetect Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00
ftplugin Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00
plugin Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00
syntax Initial commit 2016-01-27 10:59:11 +02:00
LICENSE Initial commit 2016-01-27 10:59:11 +02:00
README.md Refactor everything to smaller libs 2016-01-30 15:26:11 +02:00

nvim-structure

Attempt at writing an async outline/structure listing/navigator for files/modules.

TODO

  • Syntax
    • Keywords
    • Operator precedence different colors
  • Indendation
  • Compiler support
    • Make for errors
    • Autocompletion
  • Nimsuggest
    • Usages
    • Jump to definition
    • Show typeinfo
    • Outline
  • Commands
    • NimDefinition
    • NimOutline
    • NimInfo
    • NimUsages
    • NimUsagesProject
    • NimRenameSymbol
    • NimRenameSymbolProject

TODO For advanced

  • Syntax with nim compiler highlight using matchaddpos ??
  • Outline with unite
  • Outline with proper tagbar
  • Usages with unite
  • Autocompletion with ycm
  • Autocompletion with deoplete

BUGS

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