diff --git a/README.md b/README.md
index 455892a..5feb65f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ The config is complete but still work in progress as I am new to lua and slowly
-# Very Useful lua plugins to used in my config -
+# Very Useful lua plugins used in my config -
#### lspkind-nvim
This tiny plugin adds vscode-like pictograms to neovim built-in lsp completion items :
@@ -104,7 +104,12 @@ git clone https://github.com/wbthomason/packer.nvim\
- leader + f f find files in the current DIR , with telescope
- leader + f h opens up a manpage like thing but for all vim related things , with telescope
- leader + f m formats or beautifies the code in current window via neoformat
- (currently only html ,css , js can be formatted . To be able to use this keybind you need to install the formatter locally for your language , in my case prettier was required only so I installed it. check this https://github.com/sbdchd/neoformat)
+ (currently only html ,css , js can be formatted . To be able to use this keybind you need to install the formatter locally for your language , in my case prettier was required only so I installed it. check this https://github.com/sbdchd/neoformat).
+
+ # TODO
+
+ - add snippets support
+ - show statusline in inactive windows
# Troubleshooting -