From 46a714a361bfe07118e705d6bec632ea9a81b45f Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 26 Apr 2019 18:48:07 +0100 Subject: [PATCH] omni --- .vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index c408e4a..1e81714 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,6 @@ set nocompatible filetype off -set encoding=utf8 +set encoding=UTF8 set rtp+=~/.vim/bundle/vundle/ call vundle#rc() @@ -124,10 +124,10 @@ endif Plugin 'ryanoasis/vim-devicons' " step 2: font configuration " " These are the basic settings to get the font to work (required): -set guifont=Droid\ Sans\ Mono\ for\ Powerline\ Nerd\ Font\ Complete\ 12 +" set guifont=Droid\ Sans\ Mono\ for\ Powerline\ Nerd\ Font\ Complete\ 12 " set guifont=Fira\ Code\ Medium\ for\ Powerline\ Plus\ Nerd\ File\ Types\ Medium\ 12 -set encoding=utf-8 +set encoding=UTF-8 " " required if using https://github.com/bling/vim-airline let g:airline_powerline_fonts=1