An open API service indexing awesome lists of open source software.

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.

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)