Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Jul 13, 2019
1 parent 9e78797 commit 7e57a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ This project is a lightweight, [Neovim](https://neovim.io/) integrated developme
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:/usr/local/go/bin:$PATH
```
(make sure to run `source ~/.bashrc`/`source ~/.bash_profile` or open a new terminal to apply changes)
(make sure to run `source ~/.bashrc` / `source ~/.bash_profile` or open a new terminal to apply changes)

2. Install gocode: `go get -u github.com/stamblerre/gocode`
3. Install python support for neovim: `pip3 install pynvim`
4. Install neovim: https://github.com/neovim/neovim/wiki/Installing-Neovim
Expand Down

0 comments on commit 7e57a63

Please sign in to comment.