Just Midi
4989797e91
Directories are self explanatory + ui/* for ui stuff + statusbar in ui + keymap/* for keymaps + general for very minimal, required stuff
25 lines
505 B
Markdown
25 lines
505 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.
|
|
|
|
|
|
## OLD
|
|
### TODO
|
|
|
|
Remove colemak w/ opt-in
|
|
```sh
|
|
sh -c 'curl -fLo \
|
|
"${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
|
```
|
|
`pip3 install --user pynvim``
|
|
|
|
```vim
|
|
:PlugInstall
|
|
:UpdateRemotePlugins
|
|
```
|
|
|
|
> /usr/share/dict/words
|
|
Install `words`
|