Updated README.md

This commit is contained in:
2024-02-25 13:37:48 -05:00
parent fa67c5f5bf
commit 42808dbf59

View File

@@ -1,5 +1,9 @@
# dotfiles-vim
- Updated : 2024-02-25 13:37
---
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.
@@ -30,5 +34,7 @@ Then open vim and install (or update) the plugins with `:PlugInstall` (or `:Plug
* Removed auto templates, changed them to snippets:
* Insert markdown header with `,md`
* Insert shell header with `,sh`
* 2024-02-25:
* Added [vim-spellsync](https://github.com/micarmst/vim-spellsync) plugin and made the needed changes to accommodate
* Reworked markdown and shell script templates to update dates in headers automatically.