Add section on vim.lsp

pull/3/head
Timothée Sterle 4 years ago
parent 178f66204b
commit d844460f17
No known key found for this signature in database
GPG Key ID: 136D558122196ED5

@ -793,8 +793,20 @@ The syntax API is still a work in progress. Here are a couple of pointers:
- [Luv documentation](https://github.com/luvit/luv/blob/master/docs.md)
- [teukka.tech - Using LibUV in Neovim](https://teukka.tech/vimloop.html)
See also:
- `:help vim.loop`
### vim.lsp
`vim.lsp` is the module that controls the built-in LSP client. The [neovim/nvim-lsp](https://github.com/neovim/nvim-lsp/) repository contains default configurations for popular language servers.
You may also want to take a look at plugins built around the LSP client:
- [nvim-lua/completion-nvim](https://github.com/nvim-lua/completion-nvim)
- [nvim-lua/diagnostic-nvim](https://github.com/nvim-lua/diagnostic-nvim)
See also:
- `:help vim.lsp`
### vim.treesitter
<!-- TODO: add interesting projects (transpilers) -->

Loading…
Cancel
Save