This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set encoding=UTF-8 | |
set guifont=DroidSansMono\ Nerd\ Font:h11 | |
set guifont=DroidSansMono_Nerd_Font:h11 | |
set nowrap " do not automatically wrap on load | |
set formatoptions-=t " do not automatically wrap text when typing | |
" Specify a directory for plugins | |
call plug#begin('~/.vim/plugged') |