Skip to content

Commit

Permalink
i added mapping for Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyanwang committed Apr 19, 2017
1 parent bce67d2 commit d0e30f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/webdevicons.vim
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ function! s:setDictionaries()
\ '.*require.*\.js$' : '',
\ '.*materialize.*\.js$' : '',
\ '.*materialize.*\.css$' : '',
\ '.*mootools.*\.js$' : ''
\ '.*mootools.*\.js$' : '',
\ 'Vagrantfile$' : ''
\}

if !exists('g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols')
Expand Down

0 comments on commit d0e30f4

Please sign in to comment.