Though Vim doesn't have support for LSP, it has built-in keybindings for a few LSP-like features, that includes:
- Go to definition: Ctrl-], Ctrl-Leftclick
- Go to local definition: gd
- Go to global definition: gD
- Show keyword documentation: K
- Formatting using external program: gq
The 0.11 version of Neovim provides more mappings for LSP https://neovim.io/doc/user/lsp.html#_defaults
Though Vim doesn't have support for LSP, it has built-in keybindings for a few LSP-like features, that includes:
The 0.11 version of Neovim provides more mappings for LSP https://neovim.io/doc/user/lsp.html#_defaults