Skip to content

Instantly share code, notes, and snippets.

View sogouo's full-sized avatar
:octocat:
I may be slow to respond.

sogouo sogouo

:octocat:
I may be slow to respond.
View GitHub Profile
@sogouo
sogouo / vimrc
Created March 16, 2020 02:14 — forked from yann2192/vimrc
set shell=/bin/bash
if $TERM == "xterm"
set t_Co=256 " 256 colors
endif
set nocompatible " be iMproved
let mapleader="," " change the leader to be a comma vs slash
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()