Update README.md

This commit is contained in:
siduck76 2021-06-07 08:07:02 +05:30 committed by GitHub
parent 6f0cabc90b
commit a6288d2127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -146,10 +146,9 @@ git clone https://github.com/wbthomason/packer.nvim\
- Install language servers and prettier ( for autocompletion etc and code formatting , nodejs should be installed too!) , this usually depends on the language support you want to add in your neovim config.
```
npm config set prefix=~/.node_modules
npm install -g vscode-html-languageserver-bin typescript typescript-language-server vscode-css-languageserver-bin prettier
install the languages you want , check [lspInstal-repo](https://github.com/kabouzeid/nvim-lspinstall)
(ADD ~/.node_modules/bin at your PATH)
example - :LspInstall html
```
To setup any language server , follow this guide https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md and search up the needed LSP. For example if I needed clangd's lsp server :