From 5a2b82b63d408a882db29db445c1fc634adeee31 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 18 Mar 2021 15:47:42 +0530 Subject: [PATCH] todo --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -