Update README.md
This commit is contained in:
parent
4664414d60
commit
dc04a314e6
10
README.md
10
README.md
|
@ -34,10 +34,14 @@ slowly migrating to init.lua and still WIP! so use config from neovim_vimscripto
|
||||||
- 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\
|
`
|
||||||
~/.local/share/nvim/site/pack/packer/start/packer.nvim`
|
git clone https://github.com/wbthomason/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
|
||||||
|
`
|
||||||
|
|
Loading…
Reference in New Issue