diff --git a/README.md b/README.md index d58a46d..8ecfc7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dotfiles-vim -- Updated : 2024-02-25 13:37 +- Updated : 2024-02-25 13:41 --- @@ -34,6 +34,11 @@ 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-22: Replaced Vimwiki with Vim Markdown + * Suggestions from [Writing Markdown in Vim](https://codeinthehole.com/tips/writing-markdown-in-vim/) + * Added + * `godlygeek/tabular` + * `preservim/vim-markdown` * 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.