Skip to content

Commit

Permalink
Add Zed Editor Extension, Fix #239 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxoman authored Sep 29, 2024
1 parent 8cc8dc8 commit ed6cc74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ https://github.com/nim-lang/vscode-nim#using
### Sublime Text
Install [LSP-nimlangserver](https://packagecontrol.io/packages/LSP-nimlangserver) from Package Control.

### Zed Editor
Install [Nim Extenstion](https://github.com/foxoman/zed-nim) from the Zed Editor extensions.

### Neovim
- [lsp](https://neovim.io/doc/user/lsp.html) Neovim has built-in LSP support. Although, you might want to use something like [lsp-config](https://github.com/neovim/nvim-lspconfig) to take care of the boilerplate code for the most LSP configurations. Install `lsp-config` using your favourite plugin manager an place the following code into your `init.vim` config:
```lua
Expand Down

0 comments on commit ed6cc74

Please # to comment.