Commit Graph

272 Commits

Author SHA1 Message Date
itchyny
db7e639a04 refactor papercolor colorscheme 2015-07-28 07:13:09 +09:00
itchyny
b1adb8eb4c Merge pull request #124 from TKNGUE/add_colorscheme
Add papercolor colorscheme for lightline.vim
2015-07-28 07:10:16 +09:00
TKNGUE
bb8be60d94 Reafactor codes
- rename function names.
    - remove local variable annotation.
2015-07-27 17:40:31 +09:00
TKNGUE
eff430dd85 Fix formats following author's request
- Stop using abbreviations and <SID>.
    - Remove duplicated codes.
    - Fix Briticism English
2015-07-27 06:02:01 +09:00
TKNGUE
90f0409675 Rename papercolor -> PaperColor
For compatibility PaperColor colorscheme
2015-07-27 05:54:31 +09:00
TKNGUE
f66b7345a1 Update papercolor scheme 2015-07-26 20:51:39 +09:00
TKNGUE
dab0cd7d02 Add papercolor_dark scheme for lightline.vim 2015-07-26 20:33:22 +09:00
TKNGUE
ce553ec9c0 Add papercolor_light scheme for lightline.vim 2015-07-26 20:10:23 +09:00
itchyny
f954924668 change My prefix to LightLine prefix 2015-07-25 16:59:39 +09:00
itchyny
74a46a49f0 Merge pull request #111 from rahulg/neovim-terminal
Add support for neovim's terminal mode.
2015-06-24 19:19:39 +09:00
Rahul AG
15c5a02151 Add support for neovim's terminal mode. 2015-06-24 18:06:27 +08:00
itchyny
7413b2464b fix autoload/lightline.vim: fix indexing for raw type 2015-06-23 22:34:23 +09:00
itchyny
13fb725403 improve autoload/lightline.vim: use robust operators 2015-05-23 09:10:59 +09:00
itchyny
8645061982 improve doc: remove trailing spaces 2015-05-22 22:22:10 +09:00
itchyny
f7a34139af Merge branch 'PhilG-hint-autocmd-vimrc' 2015-05-19 21:06:49 +09:00
PhilG
5374a50bbb Added hint regarding sourcing vimrc via autocmds
When sourcing the vimrc via autocmds in a certain way lightline and other statusline plugins break and stop displaying colors properly. This hint shows how to reload it without the "rendering" breaking.
2015-05-18 12:48:59 +02:00
itchyny
b967eefb9b use single quotes 2015-03-18 08:38:04 +09:00
itchyny
86ba053c78 remove Version: 0.0 in each file 2015-03-18 08:36:48 +09:00
itchyny
387606ebc5 improve autoload/lightline.vim: down-convert colors only when &t_Co < 256 2015-03-01 10:53:07 +09:00
itchyny
6e25afeda1 fix colorscheme.vim: check type of the attribute in lightline#colorscheme#flatten 2015-02-15 08:48:39 +09:00
itchyny
a0e06cbe4d Merge pull request #93 from bchretien/bug/flatten
Add highlight arguments (e.g. bold) support to flatten.
2015-02-15 08:34:48 +09:00
Benjamin Chrétien
c7918c3f35 Add highlight arguments (e.g. bold) support to flatten. 2015-02-12 18:26:24 +01:00
itchyny
fa5a968b35 fix typo 2015-02-12 08:28:08 +09:00
itchyny
38751ede42 update LICENSE 2015-01-18 19:10:41 +09:00
itchyny
db08ca71af improve autoload/lightline.vim, colorscheme.vim: use match case for string comparison 2015-01-17 12:57:46 +09:00
itchyny
1439ade2d9 Happy New Year 2015 2015-01-17 12:50:17 +09:00
itchyny
83d7d8d8a6 improve autoload/lightline.vim, autoload/lightline/tab.vim: use single quotes 2015-01-17 12:43:49 +09:00
itchyny
3b1730aa95 improve doc 2015-01-17 12:43:08 +09:00
itchyny
08ab4f8196 fix {winnr} for setwinvar() 2014-12-24 14:48:09 +09:00
itchyny
b82c7ac54e use abort argument for :function 2014-12-24 14:47:30 +09:00
itchyny
983d3075c1 improve g:loaded_lightline check and finish if v:version < 700 2014-12-24 14:46:58 +09:00
itchyny
a7783e8c81 improve README.md: set encoding=utf-8 should be placed before scriptencoding utf-8 2014-12-05 07:03:44 +09:00
itchyny
6f71e12b85 remove unnecessary exception throw 2014-11-19 10:25:23 +09:00
itchyny
99a1351f1f fix cool characters table (fix #84) 2014-11-15 07:47:30 +09:00
itchyny
b18c1c214c fix subseparator.right of powerline (fix #84) 2014-11-15 07:45:04 +09:00
itchyny
22b269a50d add cool characters section in README (fix #84) 2014-11-13 07:34:16 +09:00
itchyny
72a413e60c move the noshowmode section (ref #74) 2014-07-27 11:12:08 +09:00
itchyny
35b20975f3 add image in the README (ref #74) 2014-07-27 06:28:44 +09:00
itchyny
a5b1cd1753 fix typo (ref #74) 2014-07-27 06:17:49 +09:00
itchyny
6f6b3891cb Merge branch 'RoyLee-master' 2014-07-27 06:14:34 +09:00
Roy Lee
9a01f1db9f Update readme to include info about removing extraneous Vim mode info 2014-07-26 13:56:03 -07:00
itchyny
0fc1a99963 Merge branch 'gregdel-master' 2014-06-21 22:41:16 +09:00
Grégoire Delattre
e67c4d6b9e Update doc for spell component 2014-06-21 09:25:23 +02:00
Grégoire Delattre
1237c966c3 Add spell component 2014-06-21 02:13:19 +02:00
itchyny
f8ae80135f save cpo 2014-06-18 22:08:19 +09:00
itchyny
7afa72e7fb reset s:mode in lightline#init() (fix #69) 2014-06-17 08:03:05 +09:00
itchyny
97ac8be9c3 fix vundle url 2014-06-14 01:26:53 +09:00
itchyny
6a6274ef15 Merge branch 'stevensons-vundle-instructions' 2014-06-14 01:25:54 +09:00
Scott Stevenson
b67f7eaf80 Update Vundle instructions
As of v0.10.2, the Vundle prefix has changed from `Bundle` to `Plugin`.
2014-06-13 16:05:02 +00:00
itchyny
9067b6ddcc touch files 2014-06-11 14:13:08 +09:00