From 7658c3d9782200d86fd4b1653825ba63fed2a689 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 14 Jul 2021 06:54:14 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fb7c3e3..4964c87 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,16 @@ without / with Treesitter : - [config-structure](https://github.com/siduck76/NvChad/wiki#config-structure) - [mappings](https://github.com/siduck76/NvChad/wiki/mappings) +# Bloat + +- To all those who think this is probably bloated , sure it is . Bloat means different to everyone . NvChad has like 30 ~ plugins but that doesnt mean those plugins are compromsing neovim's speed, snappiness or making it slow. No matter how many plugins I'd add on nvchad , it wouldnt compromise speed / snappiness / make it slow or whatever since it uses packer.nvim as plugin manager , packer.nvim lets you lazy load plugins i.e loading plugins on certain events , mappings , sequentially loading them etc so loading them only when needed , I have lazy loaded 90% plugins so most plugins arent loaded by default , hence not affecting neovim's startup/launch time. + + + +- Without lazy loading vs with lazy loading ( this is tested on my old pentium system so ofc the startuptime will be a lot much lesser for you ) + + + # TODO It would be nice if NvChad focuses on existing plugins and config before adding new things , some plugins like whichkey , telescope , treesitter still have basic configs! Also adding new features that'd make NvChad slow or its startuptime slow wouldnt be encouraged , if that feature's really needed then It'll be mentioned in the wiki with its config.