minor changes
This commit is contained in:
parent
cb7155fc74
commit
a1f3fb64a8
|
@ -58,9 +58,10 @@ 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 , 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 )
|
||||||
```
|
```
|
||||||
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