From 0bd73e59c6e75591c2bfa40f270993a67c52e22b Mon Sep 17 00:00:00 2001 From: siduck76 Date: Mon, 15 Mar 2021 16:25:25 +0530 Subject: [PATCH] minor changes --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 -

-# Cool Plugins - +# Very Useful lua plugins to used in my config - #### lspkind-nvim -This tiny plugin adds vscode-like pictograms to neovim built-in lsp: +This tiny plugin adds vscode-like pictograms to neovim built-in lsp completion items :
#### nvim-tree.lua -A fast and efficient file tree: +fast file tree :
@@ -25,7 +25,7 @@ A fuzzy file finder, picker, sorter, previewer and much more: ### galaxyline - -A statusline plugin: +fastest statusline plugin I've used so far:
### gitsigns.nvim - @@ -84,7 +84,10 @@ git clone https://github.com/wbthomason/packer.nvim\ - 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!