Rhatto's VIM dotfiles
About
This is the repository for rhatto's VIM configuration. More information at https://git.fluxo.info/metadot
Radar
Some interesting modules to consider:
- GitHub - preservim/vim-markdown: Markdown Vim Mode:
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:
not in use;
vim-simple-todo
is being used instead. - GitHub - LucHermitte/lh-vim-lib: Library of Vim functions
- GitHub - python-mode/python-mode: Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.
- preservim repositories · GitHub
- GitHub - tmhedberg/SimpylFold: No-BS Python code folding for Vim
- GitHub - Konfekt/FastFold: Speed up Vim by updating folds only when called-for.
- GitHub - samuelstevens/vim-python-folding: Nicer folding for Python in Vim.