@@ -37,15 +37,14 @@ Contents ~
3737 2. vim-startify [20] | devicons-vim-startify-20 |
3838 3. Custom status line | devicons-custom-status-line |
3939 10. Todo | devicons-todo |
40- 11. License | devicons-license |
41- 12. FAQ / Troubleshooting | devicons-faq-troubleshooting |
42- 13. Screenshots | devicons-screenshots |
43- 14. Contributing | devicons-contributing |
40+ 11. FAQ / Troubleshooting | devicons-faq-troubleshooting |
41+ 12. Screenshots | devicons-screenshots |
42+ 13. Contributing | devicons-contributing |
4443 1. Promotion | devicons-promotion |
4544 2. Source code | devicons-source-code |
46- 15 . Rationale | devicons-rationale |
47- 16 . Inspiration and special thanks | devicons-inspiration-special-thanks |
48- 17 . License
45+ 14 . Rationale | devicons-rationale |
46+ 15 . Inspiration and special thanks | devicons-inspiration-special-thanks |
47+ 16 . License | devicons-license |
4948 3. References | devicons-references |
5049
5150===============================================================================
@@ -402,32 +401,32 @@ Extra Configuration ~
402401- You _should_**not** need to configure anything, however, the following
403402 options are provided for customizing or changing the defaults:
404403>
405- " loading the plugin
404+ " loading the plugin
406405 let g:webdevicons_enable = 1
407406<
408407
409408>
410- " adding the flags to NERDTree
409+ " adding the flags to NERDTree
411410 let g:webdevicons_enable_nerdtree = 1
412411<
413412
414413>
415- " adding the custom source to unite
414+ " adding the custom source to unite
416415 let g:webdevicons_enable_unite = 1
417416<
418417
419418>
420- " adding the column to vimfiler
419+ " adding the column to vimfiler
421420 let g:webdevicons_enable_vimfiler = 1
422421<
423422
424423>
425- " adding to vim-airline's tabline
424+ " adding to vim-airline's tabline
426425 let g:webdevicons_enable_airline_tabline = 1
427426<
428427
429428>
430- " adding to vim-airline's statusline
429+ " adding to vim-airline's statusline
431430 let g:webdevicons_enable_airline_statusline = 1
432431<
433432
@@ -437,7 +436,7 @@ Extra Configuration ~
437436<
438437
439438>
440- " adding to flagship's statusline
439+ " adding to flagship's statusline
441440 let g:webdevicons_enable_flagship_statusline = 1
442441<
443442
@@ -447,13 +446,13 @@ Extra Configuration ~
447446<
448447
449448>
450- " use double-width(1) or single-width(0) glyphs
449+ " use double-width(1) or single-width(0) glyphs
451450 " only manipulates padding, has no effect on terminal or set(guifont) font
452451 let g:WebDevIconsUnicodeGlyphDoubleWidth = 1
453452<
454453
455454>
456- " whether or not to show the nerdtree brackets around flags
455+ " whether or not to show the nerdtree brackets around flags
457456 let g:webdevicons_conceal_nerdtree_brackets = 1
458457<
459458
@@ -463,9 +462,14 @@ Extra Configuration ~
463462<
464463
465464>
466- " Force extra padding in NERDTree so that the filetype icons line up vertically
465+ " Force extra padding in NERDTree so that the filetype icons line up vertically
467466 let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1
468467<
468+
469+ >
470+ " Adding the custom source to denite
471+ let g:webdevicons_enable_denite = 1
472+ <
469473-------------------------------------------------------------------------------
470474 *devicons-character-mappings*
471475Character Mappings ~
@@ -504,7 +508,7 @@ Character Mappings ~
504508<
505509
506510>
507- " enable custom folder/directory glyph exact matching
511+ " enable custom folder/directory glyph exact matching
508512 " (enabled by default when g:WebDevIconsUnicodeDecorateFolderNodes is set to 1)
509513 let WebDevIconsUnicodeDecorateFolderNodesExactMatches = 1
510514<
@@ -636,12 +640,6 @@ Todo ~
636640- [ ] more customization options in general
637641- [ ] more specific FAQ and Troubleshooting help
638642
639- -------------------------------------------------------------------------------
640- *devicons-license*
641- License ~
642-
643- See LICENSE
644-
645643-------------------------------------------------------------------------------
646644 *devicons-faq-troubleshooting*
647645FAQ / Troubleshooting ~
@@ -701,6 +699,7 @@ Inspiration and special thanks ~
701699- Also thanks to the many contributors [58]
702700
703701-------------------------------------------------------------------------------
702+ *devicons-license*
704703License ~
705704
706705See LICENSE
0 commit comments