mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
docs(README.md): reorganize and update dependencies, binaries, and plugins sections for
better readability and clarity
This commit is contained in:
55
README.md
55
README.md
@@ -14,13 +14,54 @@ git clone https://github.com/boxpositron/absolute-vim ~/.config/nvim --depth 1 &
|
||||
|
||||
```
|
||||
|
||||
## Components
|
||||
## Dependencies
|
||||
|
||||
### Package Manager
|
||||
### Binaries
|
||||
|
||||
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.
|
||||
> Improved Git Experience
|
||||
|
||||
TODO: List out Plugins
|
||||
- [lazygit](https://github.com/jesseduffield/lazygit)
|
||||
|
||||
> Beautiful Code Screenshots
|
||||
|
||||
- [silicon](https://github.com/Aloxaf/silicon)
|
||||
|
||||
### Fonts
|
||||
|
||||
- [Noto Emoji](https://fonts.google.com/noto/specimen/Noto+Emoji)
|
||||
- [JetBrains Mono](https://fonts.google.com/specimen/JetBrains+Mono)
|
||||
|
||||
## Plugins
|
||||
|
||||
- CheatSheet
|
||||
- ColorScheme
|
||||
- Comment
|
||||
- DAP
|
||||
- Dashboard
|
||||
- GitIgnore
|
||||
- GitSigns
|
||||
- Harpoon
|
||||
- Incline
|
||||
- IndentBlankline
|
||||
- Jedi
|
||||
- KeySeer
|
||||
- LuaLine
|
||||
- Mason
|
||||
- Mini
|
||||
- NoneLS
|
||||
- NvimBQF
|
||||
- NvimCMP
|
||||
- NvimSilicon
|
||||
- NvimSurround
|
||||
- NvimTree
|
||||
- NvimTreesitter
|
||||
- PoetV
|
||||
- SuperTab
|
||||
- TailwindCSS Colors
|
||||
- TailwindSorter
|
||||
- Telescope
|
||||
- TodoComments
|
||||
- ToggleTerm
|
||||
- TreeSJ
|
||||
- Trouble
|
||||
- UndoTree
|
||||
|
||||
Reference in New Issue
Block a user