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:
14
README.md
14
README.md
@@ -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
|
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.
|
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:
|
* 2024-02-13: Several changes:
|
||||||
* Included more comments and links about what each entry does
|
* Included more comments and links about what each entry does
|
||||||
* Removed polyglot plugin
|
* Removed `polyglot` plugin
|
||||||
* Removed ALE plugin
|
* Removed `ALE` plugin
|
||||||
* Removed vim-markdown plugin
|
* Removed `tpope/vim-markdown` plugin
|
||||||
* Removed netrw customizations
|
* Removed netrw customizations
|
||||||
* Removed auto templates, changed them to snippets:
|
* Removed auto templates, changed them to snippets:
|
||||||
* Insert markdown header with `,md`
|
* 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:
|
* 2024-02-25:
|
||||||
* Added [vim-spellsync](https://github.com/micarmst/vim-spellsync) plugin and made the needed changes to accommodate
|
* 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.
|
* 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 :)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user