1
0
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:
Donovan Glover 2022-11-03 11:28:29 -04:00
parent 143dab4c27
commit 0a087452a1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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'