From 42808dbf5992e4c50a68d4f94dd1779d0804f153 Mon Sep 17 00:00:00 2001 From: chawley Date: Sun, 25 Feb 2024 13:37:48 -0500 Subject: [PATCH] Updated README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e414f3c..d58a46d 100644 --- a/README.md +++ b/README.md @@ -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.