|
|
|
@ -132,10 +132,11 @@ handle most syntax highlighting cases.
|
|
|
|
|
|
|
|
|
|
### LSP |
|
|
|
|
|
|
|
|
|
`vim-lsp` is installed with `vim-lsp-settings`. While editing a file that has a supported LSP server |
|
|
|
|
you can type `LspInstallServer` to install the associated server. You can uninstall a server with |
|
|
|
|
`:LspUninstallServer server-name`. You many need to restart your vim instance once the server is installed |
|
|
|
|
to activate the LSP support. |
|
|
|
|
[Mason](https://github.com/williamboman/mason.nvim) is the manager I use for LSP servers. |
|
|
|
|
|
|
|
|
|
You can install LSPs you want to use by running `:Mason`, or `:MasonInstall <lsps, debuggers, linters, formatters, etc>` where |
|
|
|
|
each thing you want installed is separated by a space. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Org Mode |
|
|
|
|
|
|
|
|
|