Browse Source

Update README

master
Taylor Bockman 1 year ago
parent
commit
ac5a2ba784
  1. 9
      README.md

9
README.md

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

Loading…
Cancel
Save