From 7bcc9a0687928e7ea8118fc6cc91c0b5682bd28c Mon Sep 17 00:00:00 2001 From: siduck76 Date: Mon, 15 Mar 2021 16:41:56 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index efc6cc5..38cf0ec 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,9 @@ Better syntax highlighting for programming languages ( my config just has html,c git clone https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim ``` - + - copy all config files in from this repo except ( plugin folder as it has config related to my system's username! ) - 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!) - - copy all config files in from this repo except ( plugin folder as it has config related to my system's username! ) ``` sudo npm install -g vscode-html-languageserver-bin typescript typescript-language-server vscode-css-languageserver-bin prettier ```