From 76465119f7c2c10bdef70fd2ed056cac5f853b2f Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Tue, 5 Feb 2019 14:33:57 -0600
Subject: [PATCH] Vim: Enable buffer switching without saving

---
 .vimrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.vimrc b/.vimrc
index 2201c5e2..903f1060 100644
--- a/.vimrc
+++ b/.vimrc
@@ -29,6 +29,9 @@ let g:lightline.colorscheme = 'solarized'
 " Automatically read when a file is changed outside of Vim
 set autoread
 
+" Allow buffer switching without saving
+set hidden
+
 " Enable modelines
 set modeline
 set modelines=5