Skip to content

Commit

Permalink
vim: add devicons
Browse files Browse the repository at this point in the history
  • Loading branch information
EdVanDance committed Apr 20, 2024
1 parent d1487eb commit 653de96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/vimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ if !exists('g:vscode')
Plug 'ctrlpvim/ctrlp.vim'
let g:ctrlp_user_command = ['.git/', 'git --git-dir=%s/.git ls-files -oc --exclude-standard']

Plug 'ryanoasis/vim-devicons'
Plug 'bling/vim-airline'
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1
Expand Down

0 comments on commit 653de96

Please sign in to comment.