diff --git a/README.md b/README.md
index c706e64..593c8ca 100644
--- a/README.md
+++ b/README.md
@@ -192,7 +192,6 @@ I'd install it first and add its setup line :
- leader + f b open all buffers
- leader + f f find files in the current DIR
- leader + f o open recently edited files
-- leader + f f find files in the current DIR
- leader + f h opens up a help page like thing
- Ctrl + v open files in vertical split
- Ctrl + x open files in horizontal split
diff --git a/lua/pluginsList/lua.lua b/lua/pluginsList/lua.lua
index 507cdce..09b2536 100644
--- a/lua/pluginsList/lua.lua
+++ b/lua/pluginsList/lua.lua
@@ -23,6 +23,10 @@ return require("packer").startup(
use "glepnir/galaxyline.nvim"
use "windwp/nvim-autopairs"
use "alvan/vim-closetag"
+
+ -- snippet support
+ use "hrsh7th/vim-vsnip"
+ use "rafamadriz/friendly-snippets"
-- file managing , picker etc
use "kyazdani42/nvim-tree.lua"