aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 649f7dccb96d85af74c2dcc8ddc07f3b460705f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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](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)