Updated README.md

This commit is contained in:
2024-02-25 13:41:19 -05:00
parent 42808dbf59
commit 993d717dfa

View File

@@ -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.