@@ -37,15 +37,14 @@ Contents ~
37
37
2. vim-startify [20] | devicons-vim-startify-20 |
38
38
3. Custom status line | devicons-custom-status-line |
39
39
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 |
44
43
1. Promotion | devicons-promotion |
45
44
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 |
49
48
3. References | devicons-references |
50
49
51
50
===============================================================================
@@ -402,32 +401,32 @@ Extra Configuration ~
402
401
- You _should_**not** need to configure anything, however, the following
403
402
options are provided for customizing or changing the defaults:
404
403
>
405
- " loading the plugin
404
+ " loading the plugin
406
405
let g:webdevicons_enable = 1
407
406
<
408
407
409
408
>
410
- " adding the flags to NERDTree
409
+ " adding the flags to NERDTree
411
410
let g:webdevicons_enable_nerdtree = 1
412
411
<
413
412
414
413
>
415
- " adding the custom source to unite
414
+ " adding the custom source to unite
416
415
let g:webdevicons_enable_unite = 1
417
416
<
418
417
419
418
>
420
- " adding the column to vimfiler
419
+ " adding the column to vimfiler
421
420
let g:webdevicons_enable_vimfiler = 1
422
421
<
423
422
424
423
>
425
- " adding to vim-airline's tabline
424
+ " adding to vim-airline's tabline
426
425
let g:webdevicons_enable_airline_tabline = 1
427
426
<
428
427
429
428
>
430
- " adding to vim-airline's statusline
429
+ " adding to vim-airline's statusline
431
430
let g:webdevicons_enable_airline_statusline = 1
432
431
<
433
432
@@ -437,7 +436,7 @@ Extra Configuration ~
437
436
<
438
437
439
438
>
440
- " adding to flagship's statusline
439
+ " adding to flagship's statusline
441
440
let g:webdevicons_enable_flagship_statusline = 1
442
441
<
443
442
@@ -447,13 +446,13 @@ Extra Configuration ~
447
446
<
448
447
449
448
>
450
- " use double-width(1) or single-width(0) glyphs
449
+ " use double-width(1) or single-width(0) glyphs
451
450
" only manipulates padding, has no effect on terminal or set(guifont) font
452
451
let g:WebDevIconsUnicodeGlyphDoubleWidth = 1
453
452
<
454
453
455
454
>
456
- " whether or not to show the nerdtree brackets around flags
455
+ " whether or not to show the nerdtree brackets around flags
457
456
let g:webdevicons_conceal_nerdtree_brackets = 1
458
457
<
459
458
@@ -463,9 +462,14 @@ Extra Configuration ~
463
462
<
464
463
465
464
>
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
467
466
let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1
468
467
<
468
+
469
+ >
470
+ " Adding the custom source to denite
471
+ let g:webdevicons_enable_denite = 1
472
+ <
469
473
-------------------------------------------------------------------------------
470
474
*devicons-character-mappings*
471
475
Character Mappings ~
@@ -504,7 +508,7 @@ Character Mappings ~
504
508
<
505
509
506
510
>
507
- " enable custom folder/directory glyph exact matching
511
+ " enable custom folder/directory glyph exact matching
508
512
" (enabled by default when g:WebDevIconsUnicodeDecorateFolderNodes is set to 1)
509
513
let WebDevIconsUnicodeDecorateFolderNodesExactMatches = 1
510
514
<
@@ -636,12 +640,6 @@ Todo ~
636
640
- [ ] more customization options in general
637
641
- [ ] more specific FAQ and Troubleshooting help
638
642
639
- -------------------------------------------------------------------------------
640
- *devicons-license*
641
- License ~
642
-
643
- See LICENSE
644
-
645
643
-------------------------------------------------------------------------------
646
644
*devicons-faq-troubleshooting*
647
645
FAQ / Troubleshooting ~
@@ -701,6 +699,7 @@ Inspiration and special thanks ~
701
699
- Also thanks to the many contributors [58]
702
700
703
701
-------------------------------------------------------------------------------
702
+ *devicons-license*
704
703
License ~
705
704
706
705
See LICENSE
0 commit comments