From 07973b7a014184bf2e96bdaf5236ddd19963fd8b Mon Sep 17 00:00:00 2001 From: Damjan 9000 Date: Mon, 26 Feb 2024 21:37:26 +0100 Subject: [PATCH] README.md: minor update to the modular fork note --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 61fb45af..ce8cceda 100644 --- a/README.md +++ b/README.md @@ -155,12 +155,6 @@ examples of adding popularly requested plugins. into smaller parts. A fork of kickstart that does this while maintaining the same functionality is available here: * [kickstart-modular.nvim](https://github.com/dam9000/kickstart-modular.nvim) - * Discussions on this topic can be found here: - * [Restructure the configuration](https://github.com/nvim-lua/kickstart.nvim/issues/218) - * [Reorganize init.lua into a multi-file setup](https://github.com/nvim-lua/kickstart.nvim/pull/473) - -### Install Recipes - Below you can find OS specific install instructions for Neovim and dependencies. After installing all the dependencies continue with the [Install Kickstart](#install-kickstart) step.