dotfiles/vimrc
2018-08-03 13:12:25 -05:00

8 lines
126 B
VimL

set nocompatible
filetype off
syntax on
set number
filetype plugin indent on
" vim-airline
let g:airline_powerline_fonts = 1