diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-02-18 07:31:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 07:31:53 -0800 |
| commit | 1eb00d7c2ad2efadac85529eccc46f22986bf140 (patch) | |
| tree | 00075294afe2395b646353fe64bc8fe569782238 | |
| parent | Merge pull request #715 from mjlbach/fix_reloading (diff) | |
| parent | Fix readme link to snippets wiki page (diff) | |
| download | nvim-lspconfig-1eb00d7c2ad2efadac85529eccc46f22986bf140.tar nvim-lspconfig-1eb00d7c2ad2efadac85529eccc46f22986bf140.tar.gz nvim-lspconfig-1eb00d7c2ad2efadac85529eccc46f22986bf140.tar.bz2 nvim-lspconfig-1eb00d7c2ad2efadac85529eccc46f22986bf140.tar.lz nvim-lspconfig-1eb00d7c2ad2efadac85529eccc46f22986bf140.tar.xz nvim-lspconfig-1eb00d7c2ad2efadac85529eccc46f22986bf140.tar.zst nvim-lspconfig-1eb00d7c2ad2efadac85529eccc46f22986bf140.zip | |
Merge pull request #743 from rudotriton/patch-1
Fix readme link to snippets wiki page
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ EOF Please see the [wiki](https://github.com/neovim/nvim-lspconfig/wiki) for additional topics, including: * [Installing language servers automatically](https://github.com/neovim/nvim-lspconfig/wiki/Installing-language-servers-automatically) -* [Snippets support](https://github.com/neovim/nvim-lspconfig/wiki/Language-specific-plugins) +* [Snippets support](https://github.com/neovim/nvim-lspconfig/wiki/Snippets-support) * [Project local settings](https://github.com/neovim/nvim-lspconfig/wiki/Project-local-settings) * [Recommended plugins for enhanced language server features](https://github.com/neovim/nvim-lspconfig/wiki/Language-specific-plugins) |
