Skip to content

Instantly share code, notes, and snippets.

@OFRBG
OFRBG / vimrc
Last active March 30, 2023 02:15
let g:polyglot_disabled = ['typescript', 'javascript']
call plug#begin('~/.vim/plugged')
" UI
Plug 'mhartington/oceanic-next'
Plug 'bling/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'airblade/vim-gitgutter'