tecywiz121 / vim

My personal .vim and .vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim

A collection of my personal .vim and .vimrc files.

I use a number of plugins in my environment, which can be found in bundle.

Integrates the PHP debugger into Vim.

Relative line numbers for pending operations. Changes the line number display to relative when in an operation that uses relative positions.

The best thing to ever happen to me. Code completion. Code completion everywhere.

Figures out what style of indentation a file uses, and sets vim to match.

A very close second best thing to ever happen to me. Syntax checking. Syntax checking everywhere.

vaxe

Haxe language support for vim.

vim-arduino-ino & vim-arduino-syntax

Arduino support in vim.

vim-virtualenv

Support python virtual environments in vim.

Adds a :Bdelete command that deletes a buffer without messing up your window layout (splits.)

Brings back modelines, but with a touch of security. Only allows modelines to modify some settings (ex. tabstop, expandtab, etc.)

Integrates the Silver Searcher with vim.

Provides omnicompletion for JavaScript files

About

My personal .vim and .vimrc


Languages

Language:Python 59.8%Language:Vim Script 40.2%