diff options
author | Chris <[email protected]> | 2021-03-25 23:48:35 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-25 23:48:35 -0400 |
commit | 6ea79169a341ff4fcbd20c18cf1686db4485c514 (patch) | |
tree | e24d2a1d8af56283bf53589a6da2f7338849e7b3 | |
parent | aa6a8415d26bb8733ef8bee49010d173c21b58a5 (diff) |
update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -70,9 +70,7 @@ To install a supported language server: :LspInstall <your_language_server> ``` -The only Language servers supported this way currently are `Python`, -`Javascript` and `Lua` the rest you will need to globally install and -configure under `lua/lsp/<your_lang.lua>` +Most common languages should be supported out of the box, if your's is not I would welcome a PR For a more in depth LSP support: [link](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md) |