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
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.
7
7
8
8
Adds a global config map of characters to file extensions (or entire filenames).
9
9
10
-
Works best with the patched font provided (see lib folder), install font and add to your .gvimrc, e.g.:
10
+
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.:
* by default you should not *NEED* to configure anything to get the basics working
47
+
*_NOTE:_ For the time being you do *NEED* the patched font provided _unless_ you want to configure the filetype to glyph mappings yourself for your current font
48
+
* these options can be defined in your vimrc or gvimrc
49
+
* the following options are provided however for overriding
50
+
51
+
* enable/disable loading the plugin (default 1)
52
+
>let g:webdevicons_enable = 1
53
+
* enable/disable adding the flags to NERDTree (default 1)
54
+
>let g:webdevicons_enable_nerdtree = 1
55
+
* enable/disable adding to vim-airline's tabline (default 1)
56
+
>let g:webdevicons_enable_airline_tabline = 1
57
+
* enable/disable adding to vim-airline's statusline (default 1)
* if all this looks correct you may try this to see if any files show flags
99
+
* 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:
0 commit comments