[2025-04-29] |
StylePicker : A color and style picker in pure Vim 9 script |
 |
(0.0.1) Initial upload - Lifepillar |
[2025-04-28] |
HyperList : Everything. Concise and precise. Outliner, organizer, brainstormer, project mgmt |
 |
(2.6.0) Plugin v2.6.0 (for HyperList v2.6): Added marker for Item in progress, <leader>o - Geir Isene |
[2025-04-17] |
litrepl : Markdown/LaTeX code section execution plugin |
 |
(3.13.0) Fix SyntaxWarning issued by some new Pythons; Fix LStatus issues and print auxiliary directories; Call the Litrepl tool in an ondir-compatible way; More minor improvements. - Sergei Mironov |
[2025-04-12] |
vim-plugin-manager : A lightweight Vim plugin manager |
 |
(1.3.5) Initial upload - gregory epp |
[2025-04-11] |
bufexplorer.zip : Buffer Explorer / Browser |
 |
(7.12.0) What's Changed
- Thanks to Dr. Michael Henry for another patch.
* Addresses issue Show the list of buffers by user specified parameter,
e.g. filename #114.
https://github.com/jlanzarotta/bufexplorer/issues/114
* The new variable g:bufExplorerColumns holds a customizable list of
column strings that dictate the columns in the buffer listing.
- Predefined column string values for g:bufExplorerColumns:
number
indicators
numberindicators
line
rawpath
name
fullpath
fulldir
homerelpath
homereldir
relativepath
relativedir
path
dir
splittablepath
icon
* The new function BufExplorer_redisplay() causes BufExplorer to
redisplay the buffer list according to the columns defined by
g:bufExplorerColumns.
* The new event BufExplorer_PreDisplay will be sent before each update
to the buffer listing, enabling last-minute adjustments to the
columns.
* Setting g:bufExplorerColumns is sufficient to choose any subset of
the predefined columns, e.g.:
" Show only the buffer number and path.
let g:bufExplorerColumns = ['number', 'splittablepath']
" Show only the buffer path.
let g:bufExplorerColumns = ['splittablepath']
* More dynamic configuration changes are possible as shown in the help
text, e.g.:
- Press `p` to toggle between the default view and showing only the
path.
- Press `=` to reset to preferred settings and redisplay.
- Press `R` to cycle among `homerel`, `relative`, and `full` prefixes
instead of just toggling between `homerel` and `relative`.
* See `:help g:bufExplorerColumns` for more details. - jeff lanzarotta |
[2025-04-10] |
viewdoc : Flexible viewer for any documentation (help/man/perldoc/etc.) |
 |
(1.16) vimball - Alex Efros |
[2025-04-06] |
gui2term.py : Python script that add 256-color terminal support to GUI only colorschemes. |
 |
(3.0.4) * fixed SyntaxWarnings - lilydjwg |
 |
Displaying 10 of 5969 (more) |