minor changes
This commit is contained in:
parent
cb7155fc74
commit
a1f3fb64a8
1 changed files with 2 additions and 1 deletions
|
@ -57,10 +57,11 @@ The config is complete but still WIP as Im new to lua and slowly learning vim st
|
||||||
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 , 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 a new issue