]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
README: more possible plugins
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jul 2024 20:21:09 +0000 (17:21 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jul 2024 20:21:09 +0000 (17:21 -0300)
README.md

index a4d80157d6cb242d2ef3734714fe43474a6ee482..649f7dccb96d85af74c2dcc8ddc07f3b460705f2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,6 +12,14 @@ Some interesting modules to consider:
 * [GitHub - preservim/vim-markdown: Markdown Vim Mode](https://github.com/preservim/vim-markdown):
   not in use because I did not like the folding scheme (`vim-markdown-folding` is working better
   for my use case).
-
 * [GitHub - aserebryakov/vim-todo-lists: Vim plugin for TODO lists](https://github.com/aserebryakov/vim-todo-lists):
   not in use; `vim-simple-todo` is being used instead.
+* [GitHub - LucHermitte/lh-vim-lib: Library of Vim functions](https://github.com/LucHermitte/lh-vim-lib#miscellaneous-functions)
+* [GitHub - python-mode/python-mode: Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.](https://github.com/python-mode/python-mode)
+* [preservim repositories · GitHub](https://github.com/orgs/preservim/repositories)
+    * [GitHub - preservim/vim-pencil: Rethinking Vim as a tool for writing](https://github.com/preservim/vim-pencil)
+    * [GitHub - preservim/vim-wordchipper: Power tool for shredding text in Insert mode](https://github.com/preservim/vim-wordchipper)
+    * [GitHub - preservim/vim-lexical: Build on Vim’s spell/thes/dict completion](https://github.com/preservim/vim-lexical)
+* [GitHub - tmhedberg/SimpylFold: No-BS Python code folding for Vim](https://github.com/tmhedberg/SimpylFold)
+* [GitHub - Konfekt/FastFold: Speed up Vim by updating folds only when called-for.](https://github.com/Konfekt/FastFold)
+* [GitHub - samuelstevens/vim-python-folding: Nicer folding for Python in Vim.](https://github.com/samuelstevens/vim-python-folding)