diff --git a/README.md b/README.md
index cbc955b..efc6cc5 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
-The config is complete but still work in progress as I am new to lua and slowly learning vim stuffs, so I'll keep adding new features like snippets etc and clean the config!
+The config is complete but still work in progress as I am new to lua and slowly learning vim stuffs. I'll keep adding new features like snippets etc and clean the config , make neovim (cli version) as functional as an IDE while being eyecandy.
# Screenshots -





- I'd install it first and add its setup line ( require'lspconfig'.clangd.setup{} ) in /lua/nvim-lspconfig/lua.lua file . I will organise the config slowly and soon add a list of important mappings used in my config , on this readme so it might get easy for some :)
+ I'd install it first and add its setup line :
+ `` -- in /lua/nvim-lspconfig/lua.lua file
+
+ require'lspconfig'.clangd.setup{} ``
# Default Mappings to make stuffs easier!