More information
This commit is contained in:
parent
9814597783
commit
c67ccb57cf
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ Nim support for vim and advanced support for neovim. Still in heavy development.
|
|||
## Installation
|
||||
|
||||
### Dependencies
|
||||
- Linux (OS X and Windows untested at the moment)
|
||||
- [Nim](http://nim-lang.org/) (0.13.0)
|
||||
- [Nimsuggest](https://github.com/nim-lang/nimsuggest) (0.13.0)
|
||||
- [Neovim](https://neovim.io/) (1.2) or [Vim](http://www.vim.org/) (7.4)
|
||||
|
|
@ -56,6 +57,11 @@ Plug "baabelfish/nvim-nim"
|
|||
NeoBundle "baabelfish/nvim-nim"
|
||||
```
|
||||
|
||||
[pathogen](https://github.com/tpope/vim-pathogen)
|
||||
```sh
|
||||
git clone https://github.com/baabelfish/nvim-nim ~/.vim/bundle/nvim-nim
|
||||
```
|
||||
|
||||
## Screenshots
|
||||
|
||||
#### Syntax highlighting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue