]> Vexing Labs - dotfiles.git/commitdiff
Cleanup.
authorAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sun, 14 Jun 2015 16:56:42 +0000 (10:56 -0600)
committerAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sun, 14 Jun 2015 16:56:42 +0000 (10:56 -0600)
.DS_Store [deleted file]
.gitignore
dotvimrc

diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644 (file)
index ae4a307..0000000
Binary files a/.DS_Store and /dev/null differ
index d38c149cc61d33df6db42048970c41f73bd193fd..5a22effdbfd6b983a23bec99886f8057ceb1c623 100644 (file)
@@ -1,2 +1,3 @@
 *.swp
 *~
+.DS_Store
index d4cc09f6d4d31be5b65648c5b1848c69047d447a..1a21ed1972ddee3d9eb1bd8b74bdf7d189afcb04 100644 (file)
--- a/dotvimrc
+++ b/dotvimrc
@@ -8,6 +8,8 @@ set background=dark
 if has('gui_running')
     colorscheme solarized 
     set transparency=4
+    set colorcolumn=80
+    set cursorline
 endif
 
 set autoindent
@@ -24,8 +26,6 @@ set shiftwidth=4
 set noerrorbells
 set visualbell
 set vb
-set colorcolumn=80
-set cursorline
 set hlsearch
 set switchbuf=usetab