Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li authored Apr 29, 2019
1 parent 1008959 commit 72fe09d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features include:
## Prerequisites

1. vim/neovim
1. [PowerShell Core](https://github.com/powershell/powershell) or Windows PowerShell
2. [PowerShell Core](https://github.com/powershell/powershell) or Windows PowerShell

## Installation

Expand All @@ -23,12 +23,19 @@ Features include:
1. Add this to your `vimrc`/`Init.vim`
```vimL
Plug 'yatli/coc-powershell', {'do': { -> coc#powershell#install()} }
" default installation:
coc#powershell#install()
" or, download the preview version of PowerShellEditorService:
coc#powershell#install("preview")
" or, also supplying initial setting of the PowerShell executable:
coc#powershell#install({ "preview": 1, "PowerShellExecutable": "pwsh"})
...
" dependency:
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
```
2. Reload vim.
1. Run the vim command: `:PlugInstall`.
3. Run the vim command: `:PlugInstall`.

## TODO
- [x] pwsh core support
Expand Down

0 comments on commit 72fe09d

Please sign in to comment.