From a255a073a25418491576d86f3ad9cb0df3bf30c8 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Tue, 8 Jun 2021 22:10:58 +0530 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index e42dbd5..219720c 100644 --- a/README.md +++ b/README.md @@ -75,20 +75,6 @@ nvim-base16 doesnt even take time to load unlike base16-vim which was eating hal
-# Config structure - -``` - nvim - ├──init.lua - └──lua - └──anything.lua -``` - -- The init.lua is used instead of init.vim. -- The lua folder contains modules ( config files ) , in the example above anything.lua file in lua folder could be considered as a module. -- The anything.lua file is supposed to have any neovim config written in lua , its like splitting the overall config into small bits and make it more organized , like one module for highlights and colors , another one for statusline and so on!. -- To load or source that "anything" module (like making it load with init.lua ) ,add this is in init.lua : require "anything". - # Features - File navigation with Nvimtree