https://github.com/fracpete/vim-plugins
Curated list of vim plugins that I find useful.
https://github.com/fracpete/vim-plugins
vim vim-plugins
Last synced: 11 months ago
JSON representation
Curated list of vim plugins that I find useful.
- Host: GitHub
- URL: https://github.com/fracpete/vim-plugins
- Owner: fracpete
- License: mit
- Created: 2020-12-13T22:30:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T03:05:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T12:15:50.712Z (over 1 year ago)
- Topics: vim, vim-plugins
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-plugins
Curated list of vim plugins that I find useful.
## General
* [Visual Block Sorting](https://vim.fandom.com/wiki/How_to_sort_using_visual_blocks) ([code](http://www.drchip.org/astronaut/vim/index.html#VISSORT)) - easily sorting selected blocks in a file
* [HiCurLine](https://www.vim.org/scripts/script.php?script_id=555) - highlights the current line
* [csv](https://www.vim.org/scripts/script.php?script_id=2830) - filetype plugin for csv files (problems with vim 9.x?)
* [rainbow_csv](https://github.com/mechatroner/rainbow_csv) - filetype plugin for csv files, uses colors to differentiate columns
* [simpleguifont](https://github.com/fracpete/vim-simpleguifont) - for increasing/decreasing font size via keyboard shortcuts
* [tcomment_vim](https://github.com/tomtom/tcomment_vim) - for toggling comments based on file-type
## Programming
* [taglist](https://github.com/yegappan/taglist) - source code browser for easily jumping to methods and variables
* [JavaDecompiler](https://www.vim.org/scripts/script.php?script_id=446) - automatically decompiles java class files and displays java code
## Syntax
* [large files](https://github.com/fracpete/vim-large-files) - turns off syntax highlighting for large files
* [cup](https://www.vim.org/scripts/script.php?script_id=2284) - highlighting for CUP parser generator files (LALR parser generator for Java)
* [jflex](https://jflex.de/vim.html) - highlighting for JFlex files (lexical analyzer generator for Java)