Skip to content

Commit

Permalink
Add icons to vi
Browse files Browse the repository at this point in the history
Siwayll committed Jul 29, 2019
1 parent 0a5289d commit 8086f86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
@@ -88,6 +88,10 @@ Plug 'junegunn/limelight.vim'
"Plug 'honza/vim-snippets'


" icons
" https://vimawesome.com/plugin/vim-devicons
" MUST be the last called plugin
Plug 'ryanoasis/vim-devicons'

call plug#end()

0 comments on commit 8086f86

Please sign in to comment.