Skip to content

Commit 349a62d

Browse files
authored
Add a NeoVim LSP/DAP plugin to readme (PowerShell#2162)
1 parent 677f42c commit 349a62d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The functionality in PowerShell Editor Services is available in the following ed
1616
- [lsp-pwsh](https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-pwsh.el), an Emacs PowerShell plugin
1717
- [intellij-powershell](https://github.com/ant-druha/intellij-powershell), adds PowerShell language support to IntelliJ-based IDEs
1818
- [coc-powershell](https://github.com/yatli/coc-powershell), a Vim and Neovim plugin
19+
- [powershell.nvim](https://github.com/TheLeoP/powershell.nvim) a Neovim plugin
1920

2021
Please note that other than PowerShell for Visual Studio Code, these clients are community maintained and may be very out of date.
2122
It is recommended that you simply use an LSP plugin for your editor and configure it as demonstrated [below](#Usage).
@@ -55,7 +56,7 @@ The start script, `Start-EditorServices.ps1`, is found in the `PowerShellEditorS
5556
The session details (which named pipes were created) will be written to the given session details path,
5657
and the client needs to point to these in order to connect.
5758

58-
The Visual Studio Code, Vim, and IntelliJ extensions use named pipes.
59+
The Visual Studio Code, Vim, Neovim, and IntelliJ extensions use named pipes.
5960

6061
### Standard Input and Output
6162

@@ -130,6 +131,7 @@ The debugging functionality in PowerShell Editor Services is available in the fo
130131

131132
- [PowerShell for Visual Studio Code](https://github.com/PowerShell/vscode-powershell)
132133
- [nvim-dap-powershell for Neovim](https://github.com/Willem-J-an/nvim-dap-powershell)
134+
- [powershell.nvim for Neovim](https://github.com/TheLeoP/powershell.nvim)
133135

134136
## API Usage
135137

@@ -190,7 +192,7 @@ Open the PowerShellEditorServices folder that you cloned locally and press <kbd>
190192

191193
## Contributions Welcome
192194

193-
We would love to incorporate community contributions into this project. If you would like to
195+
We would love to incorporate community contributions into this project. If you would like to
194196
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide](https://github.com/PowerShell/PowerShellEditorServices/blob/main/CONTRIBUTING.md) to learn more.
195197

196198
## Maintainers

0 commit comments

Comments
 (0)