Skip to content

Instantly share code, notes, and snippets.

@o0th
o0th / .vimrc
Last active September 22, 2020 07:11
call plug#begin('~/.vim/plugged')
Plug 'dracula/vim', { 'name': 'dracula' }
Plug 'tpope/vim-fugitive'
Plug 'vim-airline/vim-airline'
Plug 'scrooloose/nerdtree'
Plug 'airblade/vim-gitgutter'
Plug 'editorconfig/editorconfig-vim'
call plug#end()
" neovim: enable true colors