Tagged in

Python

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

PyVim

PyVim (GitHub: jonathanslenders/pyvim) by Jonathan Slenders is a pure Python Vim clone. You can try it out with pip:

pip install pyvim

I installed it on a Mac and it ran fine. Python has some libraries that make a Python Vim clone a worthwhile effort — PyVim uses…


gVim to xcolors

gvim-to-xcolors (GitHub: 97–109–107/gvim-to-xcolors) is a Python script for extracting colours from Vim themes and outputting colours in the X resources convention.

It does this by parsing highlight groups and their priority. The normal group is processed separately to…


Script Roundup: Sharefix, GDBFromVim

Send in your Vim scripts for review through our contact form or @vimnews.

Sharefix

Sharefix (GitHub: samiconductor / vim-sharefix, License: MIT) by Sam Simmons makes it easier to work with multiple quickfix…


Plugin Roundup: Ruby Debugging, Splice

Ruby Debugging

vim-addon-ruby-debug-ide (GitHub: MarcWeber / vim-addon-ruby-debug-ide) by Marc Weber may not have the most original name, but nonetheless it’s an interesting ruby debugging interface for ruby-debug-ide19. It…