No description
  • Vim Script 95.6%
  • Python 4.4%
Find a file
Ryan L McIntyre 390b0142f1
Adds links and makes verbiage fixes
- Adds links to offloaded sections in the wiki
- Makes verbiage fixes and adjustments
2018-03-14 06:37:46 -04:00
.github Improves issue template readability and instructions 2016-05-26 20:54:43 -04:00
autoload Updates version for v0.10.0 2018-01-21 17:59:30 -05:00
doc Updates vim doc for v0.10.0 release 2018-01-21 18:00:40 -05:00
nerdtree_plugin Fixes missing 'endif' and incorrect expression comparison, Vimscript style guide fixes 2018-03-10 17:06:04 -05:00
plugin Merge pull request #229 from carlitux/master 2018-03-10 17:27:11 -05:00
pythonx/vim_devicons rename modules 2015-08-18 18:30:08 -04:00
rplugin/python3/denite/filter Keep all information from denite when adding icon 2018-02-24 00:13:29 -04:00
.gitignore add support for symlink dirs 2018-01-06 11:50:11 -05:00
CHANGELOG.md Refactor documentations and remove unnecessary parts 2018-03-14 06:00:05 +03:00
CODE_OF_CONDUCT.md Refactor documentations and remove unnecessary parts 2018-03-14 06:00:05 +03:00
CONTRIBUTING.md Refactor documentations and remove unnecessary parts 2018-03-14 06:00:05 +03:00
DEVELOPER.md Refactor documentations and remove unnecessary parts 2018-03-14 06:00:05 +03:00
LICENSE Tweaked license copyright 2015-06-12 13:45:39 -04:00
README.md Adds links and makes verbiage fixes 2018-03-14 06:37:46 -04:00

VimDevIcons - Add Icons to Your Plugins

version chat on gitter issue count code of conduct prs welcome

Supports plugins such as NERDTree, vim-airline, CtrlP, powerline, denite, unite, lightline.vim, vim-startify, vimfiler, vim-workspace and flagship.

vim-devicons overall screenshot

See Screenshots for more.

Features

  • Adds filetype glyphs (icons) to various vim plugins.
  • Supports byte order marker (BOM).
  • Customizable and extendable glyphs settings.
  • Supports a wide range of file type extensions.
  • Supports popular full filenames, like .gitignore, node_modules, .vimrc.
  • Works with patched fonts, especially Nerd Fonts.

See Detailed Features for more.

See Configuration for a list of configuration and customization options.

Installation

  1. Install a Nerd Font compatible font or patch your own. Then set your terminal font (or guifont if you are using GUI version of Vim).

  2. Install the Vim plugin with your favorite plugin manager, e.g. vim-plug:

    Plug 'ryanoasis/vim-devicons'
    

    Always load the vim-devicons as the very last one.

  3. Configure Vim

    set encoding=UTF-8
    

    No need to set explicitly under Neovim: always uses UTF-8 as the default encoding.

See Installation for detailed setup instructions

Use :help devicons for further configuration.

Developers

See DEVELOPER for how to use the API.

Troubleshooting

See FAQ.

Contributing

Code of Conduct

This project has adopted a Code of Conduct that we expect project participants to adhere to. Check out code of conduct for further details.

Contributing Guide

Read our contributing guide to learn about how to send pull requests, creating issues properly.

Promotion

You can help us by simply giving a star or voting on vim.org. It will ensure continued development going forward.

Credits

Thanks goes to these people for inspiration and helping with sending PRs.

License

MIT