Updated README

Mostly to specify that I'll be making better commits so I don't have to
double my efforts by publishing a changelog here after every commit.
This commit is contained in:
2024-02-27 14:19:56 -05:00
parent f9039e7772
commit de4af48ee6

View File

@@ -1,8 +1,7 @@
# dotfiles-vim
# README - dotfiles-vim
- Updated : 2024-02-25 13:41
---
- Created :
- Updated : 2024-02-27 14:19
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.
@@ -27,9 +26,9 @@ Then open vim and install (or update) the plugins with `:PlugInstall` (or `:Plug
* 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 `polyglot` plugin
* Removed `ALE` plugin
* Removed `tpope/vim-markdown` plugin
* Removed netrw customizations
* Removed auto templates, changed them to snippets:
* Insert markdown header with `,md`
@@ -42,4 +41,5 @@ Then open vim and install (or update) the plugins with `:PlugInstall` (or `:Plug
* 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.
* Started making better commit messages in order to avoid having to document details in README :)