itchyny
fc7d25e796
implement g:lightline.component_raw to specify raw type components. ( close #240 , #134 )
...
Having raw type configuration in component_type is a kind of
implementation design mistake. We sometimes want to specify both the
type and the raw attribute of a component. The raw component feature
shouldn't be included as one of the types of components. Now we can
specify the raw attribute with component_raw and the type with
component_type.
2017-08-21 08:21:01 +09:00
itchyny
3ae22c9000
update explanations for options in the help
2017-05-28 01:07:23 +09:00
itchyny
e7636e2028
update notes in lightline-spirit
2017-05-28 00:41:03 +09:00
itchyny
af1581c32e
update document for function component
2017-05-27 22:59:52 +09:00
itchyny
c7e786face
update statements in lightline-spirit
2017-05-27 21:33:11 +09:00
kkopec
56bcff1d34
added darcula colorscheme
2017-02-11 21:39:08 +01:00
Chase Hallsted
c410c2876d
Added Colorscheme to list
2016-11-11 10:18:00 -06:00
Chase Hallsted
ff13089484
Added doc for future Colorscheme Contributors
2016-11-11 10:14:55 -06:00
Zoltan Dalmadi
6978bdf2d7
Added one color theme
2016-11-02 15:27:33 +01:00
itchyny
9dc0aac2b2
update doc: rename the component functions LightLine -> Lightline
2016-10-24 08:21:21 +09:00
Adam Albrecht
bf6a97744b
Add Dracula theme for lightline.vim
...
Based on the color scheme from https://draculatheme.com/
Color Palette: https://github.com/dracula/dracula-theme#color-palette
2016-10-13 14:03:03 -04:00
itchyny
0f2a26221a
fix README, doc: fix the linecolumn symbol for the patched font
2016-09-13 23:57:44 +09:00
itchyny
6ed9073e2d
update doc: bump up the version
2016-09-11 15:38:20 +09:00
itchyny
03decb41b0
update doc: remove changelog
2016-09-11 15:38:05 +09:00
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