Commit Graph

119 Commits

Author SHA1 Message Date
itchyny
2946ae2baf update doc: add document for component_function_visible_condition, improve document for component_visible_condition (ref #173) 2016-08-21 11:34:11 +09:00
itchyny
fa804bf772 fix doc: solarized_{dark,light} is now removed 2016-08-09 06:23:14 +09:00
itchyny
6803c2c1f4 update the doc: tweak the document for lightline#init() 2016-05-26 21:59:17 +09:00
itchyny
3d1857e1d9 update the doc: default value of tab_component 2016-05-25 20:15:32 +09:00
itchyny
ac5e6df5ca update hte examples in the README and doc: replace the _ variable with branch 2016-05-16 22:53:29 +09:00
itchyny
e731b248be update the example configurations: instead of using strlen, compare to empty string 2016-05-11 08:54:04 +09:00
itchyny
a9c74efa36 update the spell component, hide the component when 'spell' is off (fix #162, ref #70) 2016-05-08 13:57:27 +09:00
itchyny
cc52241a87 remove the default value from mode_map 2016-04-23 13:49:34 +09:00
itchyny
ec7d944f06 update the default components: fileencoding and filetype 2016-04-15 22:30:25 +09:00
itchyny
b69e020756 tweak the configuration for ctrlp (close #159) 2016-04-15 22:14:08 +09:00
itchyny
929c0f765e improve the help of mode_map 2016-03-20 09:33:54 +09:00
itchyny
616837f44e Add configuration for installation with vim-plug 2015-11-04 08:31:34 +09:00
itchyny
782a245b25 update document: add PaperColor, seoul256 2015-11-01 20:34:44 +09:00
itchyny
f954924668 change My prefix to LightLine prefix 2015-07-25 16:59:39 +09:00
itchyny
8645061982 improve doc: remove trailing spaces 2015-05-22 22:22:10 +09:00
itchyny
fa5a968b35 fix typo 2015-02-12 08:28:08 +09:00
itchyny
3b1730aa95 improve doc 2015-01-17 12:43:08 +09:00
itchyny
b18c1c214c fix subseparator.right of powerline (fix #84) 2014-11-15 07:45:04 +09:00
Grégoire Delattre
e67c4d6b9e Update doc for spell component 2014-06-21 09:25:23 +02: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
88f4a11739 update doc: lightline#palette 2014-01-27 08:47:46 +09:00
itchyny
72c6e78ae7 add new colorscheme: 16color 2014-01-02 10:07:46 +09:00
itchyny
592cf1bf87 implement lightline#enable(), lightline#disable(), lightline#toggle() (close #49) 2013-12-05 13:13:16 +09:00
itchyny
4123bc2ee5 add doc for creating your own colorscheme (close #25) 2013-10-20 19:17:33 +09:00
itchyny
e78fa5d7a8 plug sign like powerline (close #22) 2013-10-01 15:36:51 +09:00
itchyny
764de59081 note for component_expand (close #40) 2013-10-01 15:21:16 +09:00
itchyny
628facf852 improve doc 2013-09-30 11:00:33 +09:00
Shu Uesugi
efc5dc93b4 Typo on doc 2013-09-29 16:03:51 -07:00
itchyny
a9195b4446 fix tag in doc 2013-09-24 13:39:20 +09:00
itchyny
c4bd325824 tabline_separator and tabline_subseparator 2013-09-24 02:26:27 +09:00
itchyny
a4464a69ff improve doc (close #30) 2013-09-17 14:35:01 +09:00
itchyny
87940629f7 s/winwidth('.')/winwidth(0)/g 2013-09-16 20:44:23 +09:00
itchyny
c17b194ccd improve doc (set encoding=utf-8) 2013-09-12 23:03:24 +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
itchyny
7c7ad0399d support for tabline (close #6, close #27, close #28, close #29) 2013-09-07 16:40:26 +09:00
itchyny
4dbd28a07d remove control-x characters from the code 2013-08-31 19:46:33 +09:00
itchyny
e4326a5cdd improve doc: How to change the lightline colorscheme on the fly. (close #9) 2013-08-31 19:40:42 +09:00
itchyny
d044e87ada new function lightline#concatenate({list}, {num}) (close #18) 2013-08-31 19:27:52 +09:00
itchyny
a40d45a047 add powerful setting for ctrlp, tagbar, nerdtree syntastic users (close #16) 2013-08-30 02:21:17 +09:00
itchyny
433cff0c4d lightline#link has an optional argument (close #17) 2013-08-30 01:23:09 +09:00
itchyny
0cbfeaab7f call fugitive#head only once 2013-08-29 15:24:20 +09:00
itchyny
5c9f49b89d use expand('%:t') 2013-08-28 10:59:44 +09:00
itchyny
5b3011196f s/abspath/absolutepath/ 2013-08-27 23:25:40 +09:00
itchyny
f3751c529e add some components 2013-08-27 22:10:25 +09:00
itchyny
9f31385dbe s/g:lightline/s:lightline/ (close #8) 2013-08-27 20:47:20 +09:00
itchyny
465b6d2298 try catch in lightline#link (in case so $MYVIMRC, related to #8) 2013-08-27 19:54:08 +09:00
itchyny
931308438d improve English 2013-08-27 16:23:46 +09:00
itchyny
f20a9aa797 s/in default/by default/ 2013-08-27 15:06:00 +09:00
itchyny
285fb2c17c improve doc 2013-08-27 14:43:48 +09:00