From: Silvio Rhatto Date: Sun, 28 Jul 2024 20:21:09 +0000 (-0300) Subject: README: more possible plugins X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a91d756f65f67f53de78385b660b1345c60d575f;p=rhatto%2Fdotfiles%2Fvim.git README: more possible plugins --- diff --git a/README.md b/README.md index a4d8015..649f7dc 100644 --- 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)