Skip to content

Instantly share code, notes, and snippets.

View cb-bffmike's full-sized avatar

Mike Manzano cb-bffmike

View GitHub Profile
" This vimrc attempts to be nvim/vim agnostic, but it's a better experience in nvim.
" git-plug plugin manager ______________________________________________________
"
if has('nvim') " we are nvim bl
call plug#begin(stdpath('data') . '/plugged')
if !exists('g:vscode')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
" Plug 'pangloss/vim-javascript'
" git-plug plugin manager ______________________________________________________
"
if has('nvim') " we are nvim bl
call plug#begin(stdpath('data') . '/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
else " we are plain old vim