Update README.md

This commit is contained in:
siduck76 2021-03-13 13:48:50 +05:30 committed by GitHub
parent 46d1b07cee
commit b8c7e2f9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -49,9 +49,9 @@ git clone https://github.com/wbthomason/packer.nvim\
`
- Open neovim and install all plugins , :PackerInstall and :TSUpdate
- Install language servers and prettier ( for autocompletion etc and code formatting )
`Install nodejs .
- Install language servers and prettier ( for autocompletion etc and code formatting , nodejs should be installed too!)
`
sudo npm install -g vscode-html-languageserver-bin typescript typescript-language-server vscode-css-languageserver-bin prettier
`