From 3ff95478b34ed7fb6920b6ff75870c9c5ab9f155 Mon Sep 17 00:00:00 2001 From: ChrisExP Date: Mon, 18 Jul 2022 14:00:06 +0100 Subject: [PATCH] Add icons --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index e2dd050..ee54efb 100644 --- a/init.vim +++ b/init.vim @@ -37,7 +37,7 @@ Plug 'ms-jpq/chadtree', { 'branch': 'chad', 'do': 'python3 -m chadtree deps' } " "Plug 'phpactor/ncm2-phpactor' " " vim-devicons must be last plugin -" Plug 'ryanoasis/vim-devicons' " Icons for file tree +Plug 'ryanoasis/vim-devicons' " Icons for file tree call plug#end() " }}}