From 0a087452a13f7e37b844c0d9df90073332bfbea8 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 3 Nov 2022 11:28:29 -0400 Subject: [PATCH] vim: Add vim-devicons Now it's easier to take a glance at NERDTree and see the different kinds of files in a directory. --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 79209f4b..9eeda7d1 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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'