Update README.md

This commit is contained in:
siduck76 2021-03-15 16:41:56 +05:30 committed by GitHub
parent 0bd73e59c6
commit 7bcc9a0687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -70,10 +70,9 @@ Better syntax highlighting for programming languages ( my config just has html,c
git clone https://github.com/wbthomason/packer.nvim\ git clone https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
``` ```
- copy all config files in from this repo except ( plugin folder as it has config related to my system's username! )
- 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!)
- copy all config files in from this repo except ( plugin folder as it has config related to my system's username! )
``` ```
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
``` ```