Skip to content

Instantly share code, notes, and snippets.

View aortegae's full-sized avatar
:octocat:
Inside neovim...

Alfredo Ortega Elizarraras aortegae

:octocat:
Inside neovim...
View GitHub Profile
@JeffreyWay
JeffreyWay / .vimrc
Last active January 22, 2024 11:42
My .vimrc file
set nocompatible " Disable vi-compatibility
set t_Co=256
colorscheme xoria256
set guifont=menlo\ for\ powerline:h16
set guioptions-=T " Removes top toolbar
set guioptions-=r " Removes right hand scroll bar
set go-=L " Removes left hand scroll bar
set linespace=15