diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-28 17:21:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-28 17:21:09 -0300 |
commit | a91d756f65f67f53de78385b660b1345c60d575f (patch) | |
tree | 60de4fc8f7ed27c62504a15d4ff57543b85c5ef9 | |
parent | 2c12f54d6a96d92cd63cc6ace22f974230edceeb (diff) | |
download | vim-a91d756f65f67f53de78385b660b1345c60d575f.tar.gz vim-a91d756f65f67f53de78385b660b1345c60d575f.tar.bz2 |
README: more possible plugins
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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) |