22 lines
938 B
Markdown
22 lines
938 B
Markdown
# dotfiles-vim
|
|
|
|
I want to finally have a `.vimrc` in which I understand each and every line. After years of collecting snips and
|
|
scraps from other people's dotfiles, I want to make sure that I am aware of what my `.vimrc` is doing.
|
|
|
|
This configuration is based heavily on the guide I found here: [Vim Zero](https://www.oliversherouse.com/2017/08/21/vim_zero.html)
|
|
which does exactly what I am aiming to do here: wipe the slate clean and start over.
|
|
|
|
Whenever possible, I've noted the URL from which I found the setting or snippet. I try to insist that not everything is self-explanatory.
|
|
|
|
* 2024-02-13: Several changes:
|
|
* Included more comments and links about what each entry does
|
|
* Removed polyglot plugin
|
|
* Removed ALE plugin
|
|
* Removed vim-markdown plugin
|
|
* Removed netrw customizations
|
|
* Removed auto templates, changed them to snippets:
|
|
* Insert markdown header with `,md`
|
|
* Insert shell header with `,sh`
|
|
|
|
|