From 941b2aadc4dc62df77fa39f79975f87e0f8b3977 Mon Sep 17 00:00:00 2001 From: Chris Morris Date: Sun, 18 Oct 2020 11:46:25 -0400 Subject: [PATCH 1/4] Add new plugin Add support for vim liquid --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71979fb1..c3545846 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,12 @@ I recommend reading the docs of these plugins to understand them better. Each pl * [vim-yankstack](https://github.com/maxbrunsfeld/vim-yankstack): Maintains a history of previous yanks, changes and deletes * [vim-zenroom2](https://github.com/amix/vim-zenroom2) Remove all clutter and focus only on the essential. Similar to iA Writer or Write Room +### Invcluded after fork + +* [vim-liquid](https://github.com/tpope/vim-liquid): Adds language support for the liquid templating syntax + + + ## Included color schemes From 02dc1b7624b420ca442fd7bb6d6d79788749e8a5 Mon Sep 17 00:00:00 2001 From: Chris Morris Date: Sun, 18 Oct 2020 11:49:56 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3545846..136ab774 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl ### Invcluded after fork * [vim-liquid](https://github.com/tpope/vim-liquid): Adds language support for the liquid templating syntax +* [vim-polyglot](https://github.com/sheerun/vim-polyglot): Support a wide variety of language syntax From 061bd2013c5d338ea0b9d325cb36a21544856c56 Mon Sep 17 00:00:00 2001 From: Chris Morris Date: Sun, 18 Oct 2020 11:52:31 -0400 Subject: [PATCH 3/4] Add vim-signify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 136ab774..306074ad 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl * [vim-liquid](https://github.com/tpope/vim-liquid): Adds language support for the liquid templating syntax * [vim-polyglot](https://github.com/sheerun/vim-polyglot): Support a wide variety of language syntax +* [vim-signify](https://github.com/mhinz/vim-signify): Use the sign column to indicate added, modified and removed lines in a file that is managed by a version control system From 76c71d214a92420656b69ac1ae5a8c6978c203b5 Mon Sep 17 00:00:00 2001 From: Chris Morris Date: Sun, 18 Oct 2020 11:55:03 -0400 Subject: [PATCH 4/4] vim-snazzy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 306074ad..484f0c56 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl * [vim-liquid](https://github.com/tpope/vim-liquid): Adds language support for the liquid templating syntax * [vim-polyglot](https://github.com/sheerun/vim-polyglot): Support a wide variety of language syntax * [vim-signify](https://github.com/mhinz/vim-signify): Use the sign column to indicate added, modified and removed lines in a file that is managed by a version control system +* [vim-snazzy](https://github.com/connorholyday/vim-snazzy): Elegant vim theme with bright colors. Based on [hyper-snazzy](https://github.com/sindresorhus/hyper-snazzy/) by [Sindre Sorhus](https://sindresorhus.com).