You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+59-27Lines changed: 59 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
vim-webdevicons
2
2
=================
3
3
4
-
## Intro
4
+
Adds filetype glyphs (icons) to other vim plugins such as nerdtree and vim-airline
5
5
6
-
After seeing the awesome theme for Atom (set-ui) and the awesome plugins work done for NERDTree and vim-airline and wanting something like this for Vim I decided to create my first plugin.
6
+
## Usage
7
7
8
-
Adds a global config map of characters to file extensions (or entire filenames).
8
+
After installing the patched font and setting the vim font just open nerdtree or look at vim-airline (statusline or tabline)
9
+
*_NOTE:_ if you don't have a vim font set and not running gvim you will need to set the terminal font
10
+
11
+
## Configuration
9
12
10
13
Works without Configuration *ONLY* when used with the patched font provided (see lib folder), install font and add to your vimrc or gvimrc, e.g.:
* if all this looks correct you may try this to see if any files show flags
103
130
* last resort, see if you can even set the default symbol and have it display anywhere (NERDTree, vim-airline's statusline, vim-airlines's tabline), from ex mode:
*@todo: more specific FAQ and Troubleshooting help
107
135
136
+
## Rationale
137
+
138
+
After seeing the awesome theme for Atom (seti-ui) and the awesome plugins work done for NERDTree and vim-airline and wanting something like this for Vim I decided to create my first plugin.
0 commit comments