Skip to content

Commit

Permalink
Update the neovim plugin
Browse files Browse the repository at this point in the history
Replace the non-existent neovim plugin by neovim/nvim-lspconfig
  • Loading branch information
jonnius authored and ogoffart committed Apr 20, 2023
1 parent addc124 commit d1918e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ exists under the `language` server section:

Follow step 1. of the Vim section to get support for `.slint` files.

The easist way to use the language server itself in Neovim is via the `neovim/lsp-config`
The easist way to use the language server itself in Neovim is via the `neovim/nvim-lspconfig`
and `williamboman/nvim-lsp-installer` plugins. Once these are installed
you can run `:LspInstallInfo` to install the `slint_lsp` binary (on Windows and Linux).
you can run `:LspInstall slint_lsp` to install the lsp binary (on Windows and Linux).

Once the slint_lsp language server is installed and running, you can triggger the live preview
via the code actions. Unfortunately there are several ways to trigger these, so please check your
Expand Down

0 comments on commit d1918e6

Please sign in to comment.