mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-14 21:56:50 +02:00
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 'junegunn/goyo.vim' " Distraction-free writing
|
||||||
Plug 'jparise/vim-graphql' " GraphQL support
|
Plug 'jparise/vim-graphql' " GraphQL support
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'} " Auto-complete support
|
Plug 'neoclide/coc.nvim', {'branch': 'release'} " Auto-complete support
|
||||||
|
Plug 'ryanoasis/vim-devicons'
|
||||||
|
|
||||||
Plug 'osyo-manga/vim-over', {'on': 'OverCommandLine'}
|
Plug 'osyo-manga/vim-over', {'on': 'OverCommandLine'}
|
||||||
Plug 'maksimr/vim-jsbeautify'
|
Plug 'maksimr/vim-jsbeautify'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user