Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vim.md #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions _integrations/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ github: omnisharp-vim
---

1. Install the [OmniSharp-vim](https://github.com/OmniSharp/Omnisharp-vim) Vim/neovim plugin using your favourite method or plugin manager.
1. Optionally install a linting plugin ([ALE](https://github.com/w0rp/ale) or [Syntastic](https://github.com/scrooloose/syntastic)) and selector plugin ([fzf.vim](https://github.com/junegunn/fzf.vim), [CtrlP](https://github.com/kien/ctrlp.vim) or [unite.vim](https://github.com/Shougo/unite.vim)).
1. Create some [mappings](https://github.com/OmniSharp/Omnisharp-vim#configuration), or install [vim-sharpenup](https://github.com/nickspoons/vim-sharpenup) to get up and running quickly.
1. Open a .cs file in vim. OmniSharp-vim will ask permission to install the server - answer 'Y', wait for it to do its thing, and you're away!
1. Optionally install a linting plugin: [ALE](https://github.com/w0rp/ale)
3. Optionally install selector plugin: [fzf.vim](https://github.com/junegunn/fzf.vim) or [CtrlP](https://github.com/kien/ctrlp.vim)
5. Create some [mappings](https://github.com/OmniSharp/Omnisharp-vim#configuration), or install [vim-sharpenup](https://github.com/nickspoons/vim-sharpenup) to get up and running quickly.
6. Open a .cs file in vim. OmniSharp-vim will ask permission to install the server - answer 'Y', wait for it to do its thing, and you're away!
Comment on lines +10 to +12
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
3. Optionally install selector plugin: [fzf.vim](https://github.com/junegunn/fzf.vim) or [CtrlP](https://github.com/kien/ctrlp.vim)
5. Create some [mappings](https://github.com/OmniSharp/Omnisharp-vim#configuration), or install [vim-sharpenup](https://github.com/nickspoons/vim-sharpenup) to get up and running quickly.
6. Open a .cs file in vim. OmniSharp-vim will ask permission to install the server - answer 'Y', wait for it to do its thing, and you're away!
1. Optionally install selector plugin: [fzf.vim](https://github.com/junegunn/fzf.vim) or [CtrlP](https://github.com/kien/ctrlp.vim)
1. Create some [mappings](https://github.com/OmniSharp/Omnisharp-vim#configuration), or install [vim-sharpenup](https://github.com/nickspoons/vim-sharpenup) to get up and running quickly.
1. Open a .cs file in vim. OmniSharp-vim will ask permission to install the server - answer 'Y', wait for it to do its thing, and you're away!

I understand numbering does not matter in MD numbered list, but IMO either keep all at one or properly order for readability, thx!


Visit [OmniSharp-vim](https://github.com/OmniSharp/Omnisharp-vim) for more options