Skip to content

Instantly share code, notes, and snippets.

server {
listen 80;
listen [::]:80 ipv6only=on;
server_name www.example.com;
root /var/www/vhosts/example.com/public/;
location /
{
@l3lake
l3lake / .vimrc.after
Last active August 29, 2019 14:39 — forked from JeffreyWay/.vimrc
set nocompatible " Disable vi-compatibility
set t_Co=256
colorscheme xoria256
set laststatus=2 " Always show the statusline
set encoding=utf-8 " Necessary to show Unicode glyphs
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
" gui settings
set guifont=Menlo\Regular:h16