Skip to content

Commit

Permalink
Rework README after implementation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Jul 9, 2019
1 parent fa8e5c7 commit e6d4763
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![npm](https://img.shields.io/npm/v/coc-powershell.svg)

A vim plugin powered by
[PowerShellEditorService](https://github.com/PowerShell/PowerShellEditorServices) and
[PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) and
[coc.nvim](https://github.com/neoclide/coc.nvim)
to provide a rich PowerShell editing experience.

Expand All @@ -17,7 +17,7 @@ Features include:

## Prerequisites

1. vim 8.0+/neovim
1. Vim 8.0+ or NeoVim
2. [PowerShell Core](https://github.com/powershell/powershell) or Windows PowerShell
3. [coc.nvim](https://github.com/neoclide/coc.nvim)

Expand All @@ -36,13 +36,6 @@ Alternatively, you can have `coc.nvim` automatically install the extension if it
let g:coc_global_extensions=[ 'coc-powershell', ... ]
```

On the first activation (when you edit a powershell script), [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) will be automatically downloaded.

## TODO
- [x] pwsh core support
- [x] xplat support
- [x] REPL support

## Recommended plugins

[vim-polyglot](https://github.com/sheerun/vim-polyglot) for syntax highlighting 🎨

0 comments on commit e6d4763

Please sign in to comment.