mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
docs(README.md): add initial content for Absolute VIM Configuration README file
This commit is contained in:
38
README.md
Normal file
38
README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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...
|
||||
Reference in New Issue
Block a user