Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

shell.vim

Compare

  Analyzed about 11 hours ago

This plug-in improves the integration between Vim and your operating system: - The :Fullscreen command and F11 mapping toggle Vim between normal and full-screen mode - The :Maximize command and Control-F11 mapping toggle Vim between normal/maximized state: They show/hide the menu bar, tool ... [More] bar and/or tab line - The :Open command and mapping know how to open file and directory names, URLs and e-mail addresses in your favorite programs (file manager, web browser, e-mail client, etc) - The xolox#shell#execute() function enables other Vim plug-ins to execute external commands in the background (i.e. asynchronously) without opening a command prompt window on Windows Two Windows DLL files are included to perform these functions on Windows, while on UNIX external commands are used. [Less]

556 lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

reload.vim

Compare

  Analyzed 1 day ago

The reload.vim plug-in automatically reloads various types of Vim scripts as you're editing them in Vim to give you instant feedback on the changes you make. Automatic reloading of Vim scripts is currently supported for the following types of scripts: - Standard plug-ins - Auto-load scripts ... [More] - File-type plug-ins - Syntax highlighting scripts - File-type indentation plug-ins - Color scheme scripts You're free to change the 'runtimepath' and reloading will still work. Note that vimrc scripts are not reloaded because that seems to cause more trouble than it's worth... [Less]

202 lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

luainspect.vim

Compare

  Analyzed 1 day ago

The Vim plug-in luainspect.vim uses the LuaInspect tool to (automatically) perform semantic highlighting of variables in Lua source code. It was inspired by lua2-mode (for Emacs) and the SciTE plug-in included with LuaInspect. In addition to the semantic highlighting the following features are ... [More] currently supported: - renames the variable under the text cursor - gd (in normal mode) with the text cursor on a variable jumps to its declaration - in graphical Vim variables have tool tips - the variable under the text cursor can be highlighted - wrong argument counts for functions are marked - warnings from static analysis are shown in a location list window - syntax errors are visually marked as spelling errors [Less]

1.94K lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

vim-flipwords

Compare

  Analyzed about 13 hours ago

This Vim plugin provides a command that changes the order of 2 delimited pieces of text

69 lines of code

1 current contributors

7 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This
Tags vim

vimrunner

Compare

  Analyzed about 17 hours ago

Control a vim instance through ruby code

1.06K lines of code

2 current contributors

11 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses
Tags ruby vim

vim-tagbar-phpctags

Compare

  Analyzed about 6 hours ago

Using phpctags to generate php ctags index for vim plugin tagbar.

91 lines of code

0 current contributors

over 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

vim-nerdtree-tabs

Compare

  Analyzed about 8 hours ago

NERDTree and tabs together in Vim, painlessly

347 lines of code

1 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

rng2vim

Compare

  Analyzed about 8 hours ago

The rng2vim script provides an easy way to generate an XML data file for Vim's omni completion from a RELAX NG schema. It accepts a path or a link to the RELAX NG schema file and the name of the XML dialect as the command line arguments, and creates the corresponding XML data file in the current ... [More] working directory. The rng2vim script requires a working installation of Perl and the XML::LibXML module to function. [Less]

264 lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Vim Latex Live Preview

Compare

  Analyzed about 7 hours ago

A Vim Plugin for Lively Previewing LaTeX PDF Output

241 lines of code

0 current contributors

8 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This
Tags latex vim

Node.vim

Compare

  Analyzed 1 day ago

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.

1.24K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses
Tags node nodejs vim