Skip to content

Instantly share code, notes, and snippets.

View jeancabral's full-sized avatar
🏠
Working from home

Jean Cabral jeancabral

🏠
Working from home
View GitHub Profile
@jeancabral
jeancabral / init.vim
Created March 24, 2020 22:48 — forked from prkstaff/init.vim
My NeoVim config + Dracula theme + NerdTree
"*****************************************************************************
"" Vim-PLug core
"*****************************************************************************
if has('vim_starting')
set nocompatible " Be iMproved
endif
let vimplug_exists=expand('~/.config/nvim/autoload/plug.vim')
let g:vim_bootstrap_langs = "javascript,php,python,ruby"