All Projects → ehartc → Spink

ehartc / Spink

Syntax highlighting for Xterm/gVim/MacVim.

Labels

Projects that are alternatives of or similar to Spink

Vim Yankring
Mirror of yankring.vim
Stars: ✭ 28 (-22.22%)
Mutual labels:  viml
Vim Fuzzysearch
Fuzzy pattern building, in any buffer
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Davesdots
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Php Vim
make vim as a php ide
Stars: ✭ 30 (-16.67%)
Mutual labels:  viml
Codeschool Vim Theme
codeschool vim theme
Stars: ✭ 32 (-11.11%)
Mutual labels:  viml
Tskeleton vim
File Templates and Code Skeletons/Snippets for VIM
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Vim Dragvisuals
Vim global plugin for dragging virtual blocks
Stars: ✭ 28 (-22.22%)
Mutual labels:  viml
Objective Vim
Quickly bootstrap vim for Objective-C hacking
Stars: ✭ 35 (-2.78%)
Mutual labels:  viml
Vim Readline
Readline bindings for Insert Mode
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Vim Smartusline
Vim plugin that changes the color of the statusbar of the focused window according with the current mode (normal/insert/replace)
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Dotfiles
Some of my configuration.
Stars: ✭ 31 (-13.89%)
Mutual labels:  viml
Vimix
Vimux with Elixir Mix Integration
Stars: ✭ 32 (-11.11%)
Mutual labels:  viml
Ftcolor.vim
Switches colorschemes according to the file type.
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Vim Llvmcov
The llvm-cov tool shows code coverage information for programs that are instrumented to emit profile data.
Stars: ✭ 30 (-16.67%)
Mutual labels:  viml
Vim Blackboard
A port of the Blackboard theme from TextMate to Vim.
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Linters.vim
Automatically run linters over your code as you write it
Stars: ✭ 28 (-22.22%)
Mutual labels:  viml
Cscope maps
cscope keyboard mappings for VIM
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Vim Iawriter
iA Writer vim colorscheme
Stars: ✭ 35 (-2.78%)
Mutual labels:  viml
Vim Stylefmt
Format your stylesheets using stylefmt inside Vim
Stars: ✭ 35 (-2.78%)
Mutual labels:  viml
Hasksyn
A vim mode for Haskell
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml

Spink

I haven't found any colorscheme with decent syntax highlighting. So I created Spink pretty quickly.
This plugin works properly with Xterm emulators on X Window System (not cterm), MacVim and gVim.

Currently it's geared towards Python, PHP, HTML5, SASS/CSS and general Javascript.
I don't use this plugin anymore after I switched to GNU Emacs.

To let others use it, Spink is published now. Enjoy!

Usage

You can install Spink with whatever package manager you use. For example:

" vim-plug
Plug 'Junza/Spink'
" NeoBundle
NeoBundle 'Junza/Spink'
" Vundle
Plugin 'Junza/Spink'

If you don't use a plugin manager just copy the content to ~/.vim/.

When you have the plugin installed, you can set it in your vimrc.

Compatibiltiy.

Spink supports some plugins, like Unite, Syntastic and Easymotion out of the box.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].