Skip to content
Draft
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ This builds the executable and copies it to `<repository_root>/editors/code/bin/

Install the [zed-starlark](https://github.com/zaucy/zed-starlark) extension.

### Neovim via nvim-lspconfig
### Neovim

#### via mason.nvim and mason-lspconfig

Just run `MasonInstall starpls` in Neovim to install starpls server instead of installing it with `brew` as mentioned above. Configuration for server is already done with a recent [mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim), so you can just enter a Bazel file inside Neovim and `starpls` just be attached to it.

#### via nvim-lspconfig
Make sure you've installed and configured [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) in a way that works for you.

Install using homebrew as described above, then do the following in your init.lua:
Expand Down