26 lines
505 B
Markdown
26 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`
|