diff --git a/README.md b/README.md
index 506bc01..65c8835 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,11 @@ The config is complete but still WIP as Im new to lua and slowly learning stuffs
- nvim-tree.lua , a fast file tree
+- telescope-nvim , a fuzzy file finder , picker , sorter , previewer and much more!
+
+
+
+
- galaxyline , a statusline plugin
@@ -39,6 +44,7 @@ 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 )
- `
+ `Install nodejs .
+
sudo npm install -g vscode-html-languageserver-bin typescript typescript-language-server vscode-css-languageserver-bin prettier
`