Vim support for nim.
Find a file
2016-02-09 11:51:57 +02:00
autoload Fix filtering of nimsuggest results 2016-02-09 11:51:57 +02:00
doc Added base of doc 2016-01-30 15:52:16 +02:00
ftdetect Travis testing 2016-02-08 00:47:29 +02:00
ftplugin Added REPL support 2016-02-07 18:03:56 +02:00
indent Misc 2016-02-08 09:17:43 +02:00
other Travis testing 2016-02-08 00:47:29 +02:00
plugin Travis testing 2016-02-07 23:50:18 +02:00
syntax Fix filtering of nimsuggest results 2016-02-09 11:51:57 +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