Update README.md

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

View File

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