mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
39 lines
754 B
Markdown
39 lines
754 B
Markdown
# Absolute VIM Configuration
|
|
|
|
## Introduction
|
|
|
|
VIM Configurations for the modern developer. This configuration is designed to be efficient for my personal workflow. It is designed to be minimalistic and easy to use.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/boxpositron/absolute-vim ~/.config/nvim --depth 1 && nvim
|
|
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
### Binaries
|
|
|
|
> Improved Git Experience
|
|
|
|
- [lazygit](https://github.com/jesseduffield/lazygit)
|
|
|
|
> Beautiful Code Screenshots
|
|
|
|
- [silicon](https://github.com/Aloxaf/silicon)
|
|
|
|
> Fuzzy Finder
|
|
|
|
- [fzf](https://github.com/junegunn/fzf)
|
|
|
|
### Fonts
|
|
|
|
- [Noto Emoji](https://fonts.google.com/noto/specimen/Noto+Emoji)
|
|
- [JetBrains Mono](https://fonts.google.com/specimen/JetBrains+Mono)
|
|
|
|
|
|
Work in progress...
|