mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
chore(README.md): remove unnecessary section and update component description
feat(README.md): add TODO to list out plugins for better documentation
This commit is contained in:
@@ -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
|
## Components
|
||||||
|
|
||||||
### Package Manager
|
### Package Manager
|
||||||
|
|
||||||
I'm using lazy.nvim to manage all the packages. I setup the project to use the after directory as
|
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
|
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
|
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.
|
function for the plugin. It's worked for me and it keeps things organized.
|
||||||
|
|
||||||
|
TODO: List out Plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user