From 8c7a1f8a3a0c28259e8e9992fb876eec95add32d Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Thu, 9 Feb 2023 00:06:59 -0500 Subject: [PATCH] Update --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index c39d59b..b7cf219 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,7 @@ syntax enable filetype plugin indent on +set encoding=UTF-8 set smartindent set tabstop=4 set shiftwidth=4 @@ -22,6 +23,7 @@ Plug 'ycm-core/YouCompleteMe' Plug 'preservim/nerdtree' Plug 'tpope/vim-commentary' Plug 'tpope/vim-surround' +Plug 'ryanoasis/vim-devicons' call plug#end() colorscheme nord