Skip to content

Commit

Permalink
Updates vim doc for v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Jan 21, 2018
1 parent 102c832 commit f512af6
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions doc/webdevicons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@ Contents ~
2. vim-startify [20] |devicons-vim-startify-20|
3. Custom status line |devicons-custom-status-line|
10. Todo |devicons-todo|
11. License |devicons-license|
12. FAQ / Troubleshooting |devicons-faq-troubleshooting|
13. Screenshots |devicons-screenshots|
14. Contributing |devicons-contributing|
11. FAQ / Troubleshooting |devicons-faq-troubleshooting|
12. Screenshots |devicons-screenshots|
13. Contributing |devicons-contributing|
1. Promotion |devicons-promotion|
2. Source code |devicons-source-code|
15. Rationale |devicons-rationale|
16. Inspiration and special thanks |devicons-inspiration-special-thanks|
17. License
14. Rationale |devicons-rationale|
15. Inspiration and special thanks |devicons-inspiration-special-thanks|
16. License |devicons-license|
3. References |devicons-references|

===============================================================================
Expand Down Expand Up @@ -402,32 +401,32 @@ Extra Configuration ~
- You _should_**not** need to configure anything, however, the following
options are provided for customizing or changing the defaults:
>
" loading the plugin
" loading the plugin
let g:webdevicons_enable = 1
<

>
" adding the flags to NERDTree
" adding the flags to NERDTree
let g:webdevicons_enable_nerdtree = 1
<

>
" adding the custom source to unite
" adding the custom source to unite
let g:webdevicons_enable_unite = 1
<

>
" adding the column to vimfiler
" adding the column to vimfiler
let g:webdevicons_enable_vimfiler = 1
<

>
" adding to vim-airline's tabline
" adding to vim-airline's tabline
let g:webdevicons_enable_airline_tabline = 1
<

>
" adding to vim-airline's statusline
" adding to vim-airline's statusline
let g:webdevicons_enable_airline_statusline = 1
<

Expand All @@ -437,7 +436,7 @@ Extra Configuration ~
<

>
" adding to flagship's statusline
" adding to flagship's statusline
let g:webdevicons_enable_flagship_statusline = 1
<

Expand All @@ -447,13 +446,13 @@ Extra Configuration ~
<

>
" use double-width(1) or single-width(0) glyphs
" use double-width(1) or single-width(0) glyphs
" only manipulates padding, has no effect on terminal or set(guifont) font
let g:WebDevIconsUnicodeGlyphDoubleWidth = 1
<

>
" whether or not to show the nerdtree brackets around flags
" whether or not to show the nerdtree brackets around flags
let g:webdevicons_conceal_nerdtree_brackets = 1
<

Expand All @@ -463,9 +462,14 @@ Extra Configuration ~
<

>
" Force extra padding in NERDTree so that the filetype icons line up vertically
" Force extra padding in NERDTree so that the filetype icons line up vertically
let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1
<

>
" Adding the custom source to denite
let g:webdevicons_enable_denite = 1
<
-------------------------------------------------------------------------------
*devicons-character-mappings*
Character Mappings ~
Expand Down Expand Up @@ -504,7 +508,7 @@ Character Mappings ~
<

>
" enable custom folder/directory glyph exact matching
" enable custom folder/directory glyph exact matching
" (enabled by default when g:WebDevIconsUnicodeDecorateFolderNodes is set to 1)
let WebDevIconsUnicodeDecorateFolderNodesExactMatches = 1
<
Expand Down Expand Up @@ -636,12 +640,6 @@ Todo ~
- [ ] more customization options in general
- [ ] more specific FAQ and Troubleshooting help

-------------------------------------------------------------------------------
*devicons-license*
License ~

See LICENSE

-------------------------------------------------------------------------------
*devicons-faq-troubleshooting*
FAQ / Troubleshooting ~
Expand Down Expand Up @@ -701,6 +699,7 @@ Inspiration and special thanks ~
- Also thanks to the many contributors [58]

-------------------------------------------------------------------------------
*devicons-license*
License ~

See LICENSE
Expand Down

0 comments on commit f512af6

Please sign in to comment.