Commit Graph

329 Commits

Author SHA1 Message Date
TKNGUE
ce553ec9c0 Add papercolor_light scheme for lightline.vim 2015-07-26 20:10:23 +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
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
Benjamin Chrétien
c7918c3f35 Add highlight arguments (e.g. bold) support to flatten. 2015-02-12 18:26:24 +01:00
itchyny
db08ca71af improve autoload/lightline.vim, colorscheme.vim: use match case for string comparison 2015-01-17 12:57:46 +09:00
itchyny
83d7d8d8a6 improve autoload/lightline.vim, autoload/lightline/tab.vim: use single quotes 2015-01-17 12:43:49 +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
6f71e12b85 remove unnecessary exception throw 2014-11-19 10:25:23 +09: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
9067b6ddcc touch files 2014-06-11 14:13:08 +09:00
itchyny
af385fede1 call lightline#update() on SessionLoadPost (fix #67) 2014-06-11 14:07:46 +09:00
itchyny
4e94420705 improve solarized colorschemes: use 256 for solarized_termcolor by default (#65) 2014-05-31 01:07:36 +09:00
Bryan Forbes
d0a4b0bbd9 Fixes for indentation and the possibility that the solarized variable won't be there 2014-05-30 10:25:12 -05:00
Bryan Forbes
35379507ae Added missing comment in solarized_dark.vim. 2014-05-30 09:42:44 -05:00
Bryan Forbes
6062894a91 Update solarized to use the same condition and terminal colors as vim-colors-solarized 2014-05-30 09:35:20 -05:00
itchyny
9a86daba23 improve s:expand: split part of codes into s:_expand 2014-04-20 10:54:56 +09:00
itchyny
147cfbc4eb evaluate functions once 2014-02-06 10:52:05 +09:00
Evgeni Kolev
7b1c53a987 Add lightline#palette() API 2014-01-26 12:02:31 +02:00
itchyny
aad09a745d improve solarized color (close #51) 2014-01-02 23:41:15 +09:00
itchyny
72c6e78ae7 add new colorscheme: 16color 2014-01-02 10:07:46 +09:00
itchyny
18b7879c9e fix solarized colorschemes (#50) 2013-12-29 08:52:54 +09:00
itchyny
e3b03969e6 fix solarized colorscheme (#50) 2013-12-28 20:27:43 +09:00
itchyny
d636fbe1d7 fix solarized colorscheme (close #44, #50) 2013-12-28 20:01:03 +09:00
itchyny
757fe588f5 remove w:lightline in lightline#disable() (#49) 2013-12-05 14:37:16 +09:00
itchyny
592cf1bf87 implement lightline#enable(), lightline#disable(), lightline#toggle() (close #49) 2013-12-05 13:13:16 +09:00
itchyny
4a45a8521a call lightline#colorscheme in s:line 2013-12-04 08:52:07 +09:00
itchyny
367961b131 cache tabline (close #48) 2013-11-29 12:49:45 +09:00
itchyny
add73a2d54 do not disturb splash screen (close #45) 2013-11-15 12:30:58 +09:00
itchyny
9d1ac69897 call lightline#highlight as late as possible 2013-11-05 02:20:52 +09:00
itchyny
5887a9ad0b improve performance of lightline#highlight() 2013-10-31 21:54:34 +09:00
itchyny
150c9f9da7 improve performance of lightline#highlight() 2013-10-31 21:42:50 +09:00
itchyny
90668ddda9 In case palette.tabline.(left|right) is not defined 2013-10-20 19:04:46 +09:00
itchyny
9f4b0753dc fix lightline#onetab 2013-09-29 20:09:51 +09:00
itchyny
0c2b7dd981 improve s:expand() 2013-09-29 11:20:59 +09:00
itchyny
c4bd325824 tabline_separator and tabline_subseparator 2013-09-24 02:26:27 +09:00
itchyny
0b3e768d7f improve s:term, set the same attribute for gui (sorry for changes in appearance, GVim users) 2013-09-23 22:31:23 +09:00
itchyny
4a73538c63 fix s:subseparator (fix #37) 2013-09-17 18:25:42 +09:00
itchyny
4372d949ba improve type assertion in s:expand() 2013-09-17 12:02:39 +09:00
itchyny
51ca551dbe improve s:expand() 2013-09-17 10:54:21 +09:00
itchyny
7491f78e3b fix s:subseparator for expanded component 2013-09-17 10:24:21 +09:00
itchyny
f6abca6d29 improve doc (ref #35) 2013-09-12 13:00:23 +09:00
itchyny
a3ce07f6ee improve doc, option to disable tabline/statusline (close #33) 2013-09-10 20:42:54 +09:00