From d56afefe8fa3f8d2ae0a7753351d518f68d7db4a Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 10 Mar 2021 14:35:16 +0530 Subject: [PATCH 1/4] plugin list info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 00db034..75c4db3 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,13 @@ slowly migrating to init.lua , so still WIP! +some cool lua plugins I use + +nvim-web-devicons , lua fork of vim devicons which lets me change icons of filetypes + +nvim-tree.lua , a fast file tree +galaxyline , as statusline +gitsigns.nvim , to show git signs of a repo on the signcolumn to indicate diffs/changes etc (needs plenary.nvim) +nvim-bufferline.lua , as a top bufferline like thing which lets me switch tabs , close them. +nvim-treesitter' , better syntax highlighting for programming languages. + From 462559561b71f3231b14b78dce82f7f4e2fb09ce Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 10 Mar 2021 14:35:59 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75c4db3..79dca39 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ some cool lua plugins I use nvim-web-devicons , lua fork of vim devicons which lets me change icons of filetypes -nvim-tree.lua , a fast file tree -galaxyline , as statusline +- nvim-tree.lua , a fast file tree +- galaxyline , as statusline gitsigns.nvim , to show git signs of a repo on the signcolumn to indicate diffs/changes etc (needs plenary.nvim) nvim-bufferline.lua , as a top bufferline like thing which lets me switch tabs , close them. nvim-treesitter' , better syntax highlighting for programming languages. From a57cb7d0618537f5b2b38b79045d26c31eb1a382 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 10 Mar 2021 14:36:29 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79dca39..da52314 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ nvim-web-devicons , lua fork of vim devicons which lets me change icons of filet - nvim-tree.lua , a fast file tree - galaxyline , as statusline -gitsigns.nvim , to show git signs of a repo on the signcolumn to indicate diffs/changes etc (needs plenary.nvim) -nvim-bufferline.lua , as a top bufferline like thing which lets me switch tabs , close them. -nvim-treesitter' , better syntax highlighting for programming languages. +- gitsigns.nvim , to show git signs of a repo on the signcolumn to indicate diffs/changes etc (needs plenary.nvim) +- nvim-bufferline.lua , as a top bufferline like thing which lets me switch tabs , close them. +- nvim-treesitter' , better syntax highlighting for programming languages. From 04e230eefbc95842cfe7b6485b51674caa635977 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 10 Mar 2021 14:37:36 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da52314..ed40de1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # neovim-dots my neovim dotfiles -slowly migrating to init.lua , so still WIP! +slowly migrating to init.lua and still WIP! so use config from neovim_vimscriptonly/nvim folder only for now. # screenshots