Skip to content

Commit

Permalink
Fix wrong Vue symbol
Browse files Browse the repository at this point in the history
Close #3
  • Loading branch information
lambdalisue committed Aug 20, 2020
1 parent f30e689 commit ebc32d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/nerdfont/path/extension.vim
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ let g:nerdfont#path#extension#defaults = {
\ 'tsx' : '',
\ 'twig' : '',
\ 'vim' : '',
\ 'vue' : '󿵂',
\ 'vue' : '',
\ 'webmanifest' : '',
\ 'webp' : '',
\ 'xcplayground' : '',
Expand Down

0 comments on commit ebc32d8

Please sign in to comment.