Arch-Installation/dotfiles/.vimrc

11 lines
182 B
VimL

filetype plugin indent on
syntax on
set number
" Plugin Begin
call plug#begin()
Plug 'pangloss/vim-javascript'
Plug 'tpope/vim-markdown'
Plug 'scrooloose/syntastic'
call plug#end()