forked from extern/nix-config
vim: Add vim-devicons
Now it's easier to take a glance at NERDTree and see the different kinds of files in a directory.
This commit is contained in:
parent
143dab4c27
commit
0a087452a1
@ -34,6 +34,7 @@ call plug#begin('~/.vim/plugged')
|
||||
Plug 'junegunn/goyo.vim' " Distraction-free writing
|
||||
Plug 'jparise/vim-graphql' " GraphQL support
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'} " Auto-complete support
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
|
||||
Plug 'osyo-manga/vim-over', {'on': 'OverCommandLine'}
|
||||
Plug 'maksimr/vim-jsbeautify'
|
||||
|
Loading…
Reference in New Issue
Block a user