Skip to content

Commit a3e5022

Browse files
committed
Updates vim doc for v0.9.3 release
1 parent 88f7a6a commit a3e5022

1 file changed

Lines changed: 51 additions & 50 deletions

File tree

doc/webdevicons.txt

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Add the following in your '.vimrc' or '.gvimrc':
189189
*set-vimdevicons-to-load-_after_-these-plugins*
190190
Set VimDevIcons to load _after_ these plugins! ~
191191

192-
NERDTree [13] | vim-airline [14] | CtrlP [36] | powerline [16] | Denite [17] |
192+
NERDTree [13] | vim-airline [14] | CtrlP [15] | powerline [16] | Denite [17] |
193193
unite [18] | lightline.vim [19] | vim-startify [20] | vimfiler [21] | flagship
194194
[22]
195195

@@ -205,15 +205,17 @@ Set Vim font to a Nerd Font ~
205205

206206
Linux 'vim set guifont=<FONT_NAME> <FONT_SIZE>'
207207
>
208-
set guifont=Droid\ Sans\ Mono\ for\ Powerline\ Plus\ Nerd\ File\ Types\ 11
208+
set guifont=DroidSansMono\ Nerd\ Font\ 11
209209
<
210210
macOS (OS X) and Windows
211211
>
212212
set guifont=<FONT_NAME>:h<FONT_SIZE>
213213
<
214214

215215
>
216-
set guifont=Droid\ Sans\ Mono\ for\ Powerline\ Plus\ Nerd\ File\ Types:h11
216+
set guifont=DroidSansMono\ Nerd\ Font:h11
217+
" or:
218+
set guifont=DroidSansMono_Nerd_Font:h11
217219
<
218220
**Note:** if you don't set 'guifont' then you'll have to set your terminal's
219221
font, else things break!
@@ -228,8 +230,8 @@ If you use vim-airline you need this ~
228230
*devicons-vimrc-examples*
229231
vimrc examples ~
230232

231-
- Sample Windows vimrc configuration 1 [37]
232-
- Sample Linux vimrc configuration 1 [38]
233+
- Sample Windows vimrc configuration 1 [36]
234+
- Sample Linux vimrc configuration 1 [37]
233235

234236
-------------------------------------------------------------------------------
235237
*devicons-thats-it-youre-done.*
@@ -243,9 +245,9 @@ If you installed and setup things correctly you should now see icons in the
243245
supported plugins!
244246

245247
**Notes on include order:** _for support of these plugins: NERDTree [13], vim-
246-
airline [14], CtrlP [36], powerline [16], Denite [17], unite [18], vimfiler
248+
airline [14], CtrlP [15], powerline [16], Denite [17], unite [18], vimfiler
247249
[21], flagship [22] you **must** configure vim to load those plugins__before_
248-
vim-devicons loads. for better nerdtree-git-plugin [39] support, you _should_
250+
vim-devicons loads. for better nerdtree-git-plugin [38] support, you _should_
249251
configure vim to load nerdtree-git-plugin **_before_** VimDevIcons loads.
250252

251253
Lightline Setup and Powerline Setup require some extra setup as shown below:
@@ -278,7 +280,7 @@ your '.vimrc'. For example, you could set your sections to:
278280
Powerline Setup ~
279281

280282
- _Note this is for the current Powerline [16] not the deprecated vim-
281-
powerline [40]_
283+
powerline [39]_
282284

283285
To enable for Powerline [16] some 'vimrc' and powerline configuration changes
284286
are needed:
@@ -314,7 +316,7 @@ file format segment
314316
"priority": 90
315317
}
316318
<
317-
for full example see sample file [41]
319+
for full example see sample file [40]
318320

319321
-------------------------------------------------------------------------------
320322
*devicons-detailed-features*
@@ -324,14 +326,14 @@ Detailed Features ~
324326

325327
- NERDTree [13]
326328

327-
- Using the version hosted on vimscripts [42] in favor of GitHub will
329+
- Using the version hosted on vimscripts [41] in favor of GitHub will
328330
lead to a outdated message, and icons will fail to show.
329331

330332
- vim-airline [14] (statusline and tabline)
331333

332334
- CtrlP [15] (All modes now supported)
333335

334-
- Using the version hosted on vimscripts [43] in favor of GitHub will
336+
- Using the version hosted on vimscripts [42] in favor of GitHub will
335337
lead to a outdated message, and icons will fail to show.
336338

337339
- powerline [16] (statusline)
@@ -358,7 +360,7 @@ Detailed Features ~
358360

359361
- flagship [22]
360362

361-
- Support is **experimental** because the API may be changing [44]
363+
- Support is **experimental** because the API may be changing [43]
362364

363365
- Supports byte order marker (BOM)
364366

@@ -546,7 +548,7 @@ Character Mappings ~
546548
let g:WebDevIconsUnicodeDecorateFileNodesPatternSymbols['.*jquery.*\.js$'] = 'ƛ'
547549
<
548550
specify OS to decide an icon for unix fileformat (_not_ defined by default) -
549-
this is useful for avoiding unnecessary 'system()' call. see #135 [45] for
551+
this is useful for avoiding unnecessary 'system()' call. see #135 [44] for
550552
further details.
551553
>
552554
let g:WebDevIconsOS = 'Darwin'
@@ -629,8 +631,8 @@ Custom vim status line (not relying on vim-airline or lightline):
629631
Todo ~
630632

631633
- [ ] more filetypes to support
632-
- [ ] customize filetype icon colors [46] (for a current solution see:
633-
tiagofumo/vim-nerdtree-syntax-highlight [47])
634+
- [ ] customize filetype icon colors [45] (for a current solution see:
635+
tiagofumo/vim-nerdtree-syntax-highlight [46])
634636
- [ ] more customization options in general
635637
- [ ] more specific FAQ and Troubleshooting help
636638

@@ -644,29 +646,29 @@ See LICENSE
644646
*devicons-faq-troubleshooting*
645647
FAQ / Troubleshooting ~
646648

647-
See FAQ [48]
649+
See FAQ [47]
648650

649651
-------------------------------------------------------------------------------
650652
*devicons-screenshots*
651653
Screenshots ~
652654

653-
See Screenshots [49]
655+
See Screenshots [48]
654656

655657
-------------------------------------------------------------------------------
656658
*devicons-contributing*
657659
Contributing ~
658660

659661
Best ways to contribute _Star it on GitHub - if you use it and like it please
660-
at least star it :)_ Promote _Open issues/tickets [50]_ Submit fixes and/or
662+
at least star it :)_ Promote _Open issues/tickets [49]_ Submit fixes and/or
661663
improvements with Pull Requests
662664

663665
-------------------------------------------------------------------------------
664666
*devicons-promotion*
665667
Promotion ~
666668

667669
Like the project? Please support to ensure continued development going forward:
668-
_Star this repo on GitHub [51]_ Follow the repo on GitHub [51] _Vote for it on
669-
vim.org [52]_ Follow me * Twitter [53] * GitHub [54]
670+
_Star this repo on GitHub [50]_ Follow the repo on GitHub [50] _Vote for it on
671+
vim.org [51]_ Follow me * Twitter [52] * GitHub [53]
670672

671673
-------------------------------------------------------------------------------
672674
*devicons-source-code*
@@ -691,12 +693,12 @@ Inspiration and special thanks ~
691693

692694
- vim-airline [14]
693695
- nerdtree [13]
694-
- nerdtree-git-plugin [39]
695-
- seti-ui [55]
696-
- devicons by Theodore Vorillas [56]
697-
- benatespina development.svg.icons [57]
698-
- Steve Losh [58]
699-
- Also thanks to the many contributors [59]
696+
- nerdtree-git-plugin [38]
697+
- seti-ui [54]
698+
- devicons by Theodore Vorillas [55]
699+
- benatespina development.svg.icons [56]
700+
- Steve Losh [57]
701+
- Also thanks to the many contributors [58]
700702

701703
-------------------------------------------------------------------------------
702704
License ~
@@ -742,29 +744,28 @@ References ~
742744
[33] https://github.com/tpope/vim-pathogen
743745
[34] https://github.com/Shougo/neobundle.vim
744746
[35] https://github.com/gmarik/vundle
745-
[36] https://github.com/kien/ctrlp.vim
746-
[37] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-windows-1
747-
[38] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-linux-1
748-
[39] https://github.com/Xuyuanp/nerdtree-git-plugin
749-
[40] https://github.com/Lokaltog/vim-powerline
750-
[41] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/powerline/themes/vim/default.json
751-
[42] http://www.vim.org/scripts/script.php?script_id=1658
752-
[43] http://www.vim.org/scripts/script.php?script_id=3736
753-
[44] https://github.com/tpope/vim-flagship/issues/6#issuecomment-116121220
754-
[45] https://github.com/ryanoasis/vim-devicons/pull/135
755-
[46] https://github.com/ryanoasis/vim-devicons/issues/158
756-
[47] https://github.com/tiagofumo/vim-nerdtree-syntax-highlight
757-
[48] https://github.com/ryanoasis/vim-devicons/wiki/FAQ
758-
[49] https://github.com/ryanoasis/vim-devicons/wiki/Screenshots
759-
[50] https://github.com/ryanoasis/vim-devicons/issues
760-
[51] https://github.com/ryanoasis/vim-devicons
761-
[52] http://www.vim.org/scripts/script.php?script_id=5114
762-
[53] http://twitter.com/ryanlmcintyre
763-
[54] https://github.com/ryanoasis
764-
[55] https://atom.io/themes/seti-ui
765-
[56] http://vorillaz.github.io/devicons
766-
[57] https://github.com/benatespina/development.svg.icons
767-
[58] http://learnvimscriptthehardway.stevelosh.com/
768-
[59] https://github.com/ryanoasis/vim-devicons/graphs/contributors
747+
[36] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-windows-1
748+
[37] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-linux-1
749+
[38] https://github.com/Xuyuanp/nerdtree-git-plugin
750+
[39] https://github.com/Lokaltog/vim-powerline
751+
[40] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/powerline/themes/vim/default.json
752+
[41] http://www.vim.org/scripts/script.php?script_id=1658
753+
[42] http://www.vim.org/scripts/script.php?script_id=3736
754+
[43] https://github.com/tpope/vim-flagship/issues/6#issuecomment-116121220
755+
[44] https://github.com/ryanoasis/vim-devicons/pull/135
756+
[45] https://github.com/ryanoasis/vim-devicons/issues/158
757+
[46] https://github.com/tiagofumo/vim-nerdtree-syntax-highlight
758+
[47] https://github.com/ryanoasis/vim-devicons/wiki/FAQ
759+
[48] https://github.com/ryanoasis/vim-devicons/wiki/Screenshots
760+
[49] https://github.com/ryanoasis/vim-devicons/issues
761+
[50] https://github.com/ryanoasis/vim-devicons
762+
[51] http://www.vim.org/scripts/script.php?script_id=5114
763+
[52] http://twitter.com/ryanlmcintyre
764+
[53] https://github.com/ryanoasis
765+
[54] https://atom.io/themes/seti-ui
766+
[55] http://vorillaz.github.io/devicons
767+
[56] https://github.com/benatespina/development.svg.icons
768+
[57] http://learnvimscriptthehardway.stevelosh.com/
769+
[58] https://github.com/ryanoasis/vim-devicons/graphs/contributors
769770

770771
vim: ft=help

0 commit comments

Comments
 (0)