Update README.md

This commit is contained in:
siduck76 2021-03-13 08:36:52 +05:30 committed by GitHub
parent 49d0616021
commit 4664414d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -31,11 +31,13 @@ slowly migrating to init.lua and still WIP! so use config from neovim_vimscripto
# clone my setup # clone my setup
- install neovim-nightly , also use a nerdfont on your terminal. - Install neovim-nightly , also use a nerdfont on your terminal.
- install packer.nvim - Install packer.nvim
` 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`
- 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 ) - Install language servers and prettier ( for autocompletion etc and code formatting )
`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`