Also show documentation for plugin-specific segments
This commit is contained in:
parent
24938e0bb9
commit
402cc9e911
|
@ -4,3 +4,31 @@ Vim segments
|
|||
|
||||
.. automodule:: powerline.segments.vim
|
||||
:members:
|
||||
|
||||
|
||||
Plugin-specific segments
|
||||
========================
|
||||
|
||||
Syntastic segments
|
||||
------------------
|
||||
|
||||
.. automodule:: powerline.segments.vim.plugin.syntastic
|
||||
:members:
|
||||
|
||||
Ctrl-P segments
|
||||
---------------
|
||||
|
||||
.. automodule:: powerline.segments.vim.plugin.ctrlp
|
||||
:members:
|
||||
|
||||
Tagbar segments
|
||||
---------------
|
||||
|
||||
.. automodule:: powerline.segments.vim.plugin.tagbar
|
||||
:members:
|
||||
|
||||
NERDTree segments
|
||||
-----------------
|
||||
|
||||
.. automodule:: powerline.segments.vim.plugin.nerdtree
|
||||
:members:
|
||||
|
|
Loading…
Reference in New Issue