looks : Manage various looks/settings of vim
script karma |
Rating 4/1,
Downloaded by 655 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Shrikant Sharat Kandula |
|
script type |
utility |
|
description |
This is a vim plugin I created for myself to help me manage various *looks* of vim. Each look is dictionary of settings and options that makes vim get a unique look.
These looks are defined in vimrc (or somewhere else but are source-d) like the following,
let g:looks = {}
let g:looks.dark = {
\ '_map': "d",
\ ':colorscheme': "lucius",
\ '&guifont': "Inconsolata\\ Medium\\ 15",
\ '&cursorline': 1
\ }
let g:looks.light = { ":colorscheme": "tango" }
and the looks can be loaded with :Look command, like so
:Look dark
Tab completion is also available on the command line for all available looks.
Plugin hosted over at bitbucket.org, https://bitbucket.org/sharat87/vim-looks
For more details, see ":h looks". |
|
install details |
Contains plugin/looks.vim and doc/looks.txt.
Place them in &rtp or make a folder in bundle directory if using pathogen. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.117.73.187
|