From 4664414d60e171a65e4d9e2818086cbcd76244f0 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 13 Mar 2021 08:36:52 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4364a7f..49e4fb2 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,13 @@ slowly migrating to init.lua and still WIP! so use config from neovim_vimscripto # clone my setup -- install neovim-nightly , also use a nerdfont on your terminal. -- install packer.nvim +- Install neovim-nightly , also use a nerdfont on your terminal. +- Install 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 - - install language servers and prettier ( for autocompletion etc and code formatting ) + - Open neovim and install all plugins , :PackerInstall and :TSUpdate + - 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`