From 6d31492c2b1ed124d80bb130f0911e4ef3e3c1a6 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 13 Mar 2021 13:49:42 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d24cb851..4bdd9bdf 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The config is complete but still WIP as Im new to lua and slowly learning vim st - nvim-web-devicons , lua fork of vim devicons which lets me change icons of filetypes -- nvim-treesitter' , better syntax highlighting for programming languages ( my config just has html,css,js support for now ). +- nvim-treesitter , better syntax highlighting for programming languages ( my config just has html,css,js support for now ). without Treesitter @@ -50,8 +50,8 @@ git clone https://github.com/wbthomason/packer.nvim\ - 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!) - ` - +` sudo npm install -g vscode-html-languageserver-bin typescript typescript-language-server vscode-css-languageserver-bin prettier - ` + ` +