Skip to content

Instantly share code, notes, and snippets.

View dcolinmorgan's full-sized avatar
🐋

Daniel dcolinmorgan

🐋
View GitHub Profile
@dcolinmorgan
dcolinmorgan / init.vim
Created November 12, 2020 22:18 — forked from chearon/init.vim
The best possible neovim configuration
" Neovim-only, use in true color terminal
" Vundle config
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" Vundle vundles
Plugin 'VundleVim/Vundle.vim'
Plugin 'ap/vim-css-color'
Plugin 'hail2u/vim-css3-syntax'