Vim support for nim.
Find a file
2016-02-07 23:50:18 +02:00
autoload Closes #2 Add NimRenameSymbolProject 2016-02-07 20:02:23 +02:00
doc Added base of doc 2016-01-30 15:52:16 +02:00
ftdetect Travis testing 2016-02-07 23:50:18 +02:00
ftplugin Added REPL support 2016-02-07 18:03:56 +02:00
indent Closes #2 Add NimRenameSymbolProject 2016-02-07 20:02:23 +02:00
other Travis testing 2016-02-07 23:50:18 +02:00
plugin Travis testing 2016-02-07 23:50:18 +02:00
syntax Closes #28 Fix number syntax highlighting 2016-02-07 19:31:49 +02:00
.gitignore Better sematic highlighter 2016-02-03 21:28:20 +02:00
.travis.yml Travis testing 2016-02-07 23:50:18 +02:00
LICENSE Initial commit 2016-01-27 10:59:11 +02:00
README.md Update readme 2016-02-07 18:05:26 +02:00

nvim-nim Build Status

Nim support for vim and advanced support for neovim.

DON'T INSTALL YET, STILL UNDER VERY HEAVY DEVELOPMENT.

Features

  • Syntax highlighting
    • Normal vim highlight
    • More intelligent highlight with nimsuggest
    • Semantic highlighting for specified nim symbol kinds
  • Indentation
  • Error checking
    • Using :make
    • Neomake
  • Project navigation with nimsuggest
    • Jump to definition
    • Get symbol information (type, module, file, signature, etc...)
    • Find usages (file and/or project)
  • Autocompletion
    • Nimsuggest autocompletion
    • Autocomplete module names
  • IDE like stuff
    • Outline listing all symbols in the module (like tagbar)
    • Jump to documentation in web
    • Refactoring
      • Rename symbol in file or project
  • REPL
    • Open repl
    • Send current buffer
    • Send selection

something

Planned features

  • Debugger support
  • All features will work asynchronously