From 823b4f890013013ae8253679e0fb7209ebe1b853 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Mon, 15 Jan 2024 02:11:38 +0100 Subject: [PATCH] chore(README.md): remove unnecessary section and update component description feat(README.md): add TODO to list out plugins for better documentation --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac64b38..7cf7a72 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,13 @@ git clone https://github.com/boxpositron/absolute-vim ~/.config/nvim --depth 1 & ``` -## Important - -I built this to be compatible with Apple Silicon. It should work with other platforms. I've just -removed any incompatible plugins. - ## Components ### Package Manager + I'm using lazy.nvim to manage all the packages. I setup the project to use the after directory as well. Lazy does not need to use this but I set it up incase you want to switch to a different package manager like packer. You'll notice I require the plugin file from after in the config function for the plugin. It's worked for me and it keeps things organized. + +TODO: List out Plugins