Just Midi
5f8478fd6f
+ added `<leader>p` mapping for paq to: + install + update + clean + added plugins directory * but not `require`d by default + updated README w/ paq install info
21 lines
469 B
Markdown
21 lines
469 B
Markdown
# Vim Config
|
|
|
|
My vim config written in lua designed for *smol boi minimal vibes*
|
|
|
|
Most of the code is in separate modules. Each will later be its own true plugin.
|
|
|
|
|
|
### Install
|
|
|
|
Install the package manager `paq` to start:
|
|
|
|
```sh
|
|
git clone --depth=1 https://github.com/savq/paq-nvim.git \
|
|
"${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paqs/start/paq-nvim
|
|
```
|
|
|
|
|
|
### Configure
|
|
|
|
Make sure to set your layout in `keymap/init.lua`
|
|
to whichever layout you prefer.
|