Skip to content

Commit

Permalink
remove LanguageClient-neovim from ZLS install guide
Browse files Browse the repository at this point in the history
This plugin is unmaintained.
  • Loading branch information
Techatrix committed Aug 30, 2024
1 parent cfee57d commit 58a5f75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions content/zls/install.smd
Original file line number Diff line number Diff line change
Expand Up @@ -285,17 +285,6 @@ let g:ycm_language_server =
\\ ]
```

[]($section.id('languageclient-neovim'))

- Install the LanguageClient-neovim from [here](https://github.com/autozimu/LanguageClient-neovim).
- Edit your neovim configuration and add `zls` for zig filetypes:

```
let g:LanguageClient_serverCommands = {
\\ 'zig': ['/path/to/zls_executable'],
\\ }
```

[]($section.id('emacs'))

- Use the inbuilt eglot mode. Make sure ZLS is in your path.
Expand Down
4 changes: 0 additions & 4 deletions layouts/zls-install.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,6 @@
<summary><h4>YouCompleteMe</h4></summary>
<ctx :html="$page.contentSection('ycm')"></ctx>
</details>
<details name="vim-extensions">
<summary><h4>LanguageClient-neovim</h4></summary>
<ctx :html="$page.contentSection('languageclient-neovim')"></ctx>
</details>
</details>
<details name="editor-extensions">
<summary><h3>Emacs</h3></summary>
Expand Down

0 comments on commit 58a5f75

Please sign in to comment.