Skip to content

Commit

Permalink
Update support for Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
WMJi committed Nov 19, 2015
1 parent 0bb9e4c commit 94b93e9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Also watch the [demo screencast](http://nosmileface.ru/images/gocode-demo.swf).

3. Next steps are editor specific. See below.

### Vim/Neovim setup
### Vim setup

#### Vim manual installation

Expand Down Expand Up @@ -72,10 +72,6 @@ In order to install vim scripts, you need to fulfill the following steps:

4. Autocompletion should work now. Use `<C-x><C-o>` for autocompletion (omnifunc autocompletion).

#### Neovim manual installation

Neovim users should also follow `Vim manual installation`, except that you should goto `gocode/nvim` in step 2, and remember that, the Neovim configuration file is `~/.config/nvim/init.vim`.

#### Using Vundle in Vim

Add the following line to your **.vimrc**:
Expand All @@ -92,6 +88,15 @@ Add the following line to your **.vimrc**:

And then update your packages by running `:PlugInstall`.

#### Other

Alternatively take a look at the vundle/pathogen friendly repo: https://github.com/Blackrush/vim-gocode.

### Neovim setup
#### Neovim manual installation

Neovim users should also follow `Vim manual installation`, except that you should goto `gocode/nvim` in step 2, and remember that, the Neovim configuration file is `~/.config/nvim/init.vim`.

#### Using Vundle in Neovim

Add the following line to your **init.vim**:
Expand All @@ -108,10 +113,6 @@ Add the following line to your **init.vim**:

And then update your packages by running `:PlugInstall`.

#### Other

Alternatively take a look at the vundle/pathogen friendly repo: https://github.com/Blackrush/vim-gocode.

### Emacs setup

In order to install emacs script, you need to fulfill the following steps:
Expand Down

0 comments on commit 94b93e9

Please sign in to comment.