aboutsummaryrefslogtreecommitdiffstats
path: root/_vimrc.local
diff options
context:
space:
mode:
Diffstat (limited to '_vimrc.local')
-rw-r--r--_vimrc.local31
1 files changed, 0 insertions, 31 deletions
diff --git a/_vimrc.local b/_vimrc.local
deleted file mode 100644
index 7535273..0000000
--- a/_vimrc.local
+++ /dev/null
@@ -1,31 +0,0 @@
-"
-" ~/.vimrc.local
-" Local customizations for `spf13-vim-3`
-" https://github.com/spf13/spf13-vim
-"
-" Aaron LI
-" Created: 2016-05-20
-"
-
-colorscheme molokai
-
-if has('gui_running')
- set guifont=Source\ Code\ Pro\ Regular\ 11
-endif
-
-set tabstop=8
-set wrap
-" wrap long lines at a character in 'breakat'
-set linebreak
-
-" turn off spell check
-set nospell
-
-" do not use system clipboard
-set clipboard=
-
-" syntastic settings
-"let g:syntastic_always_populate_loc_list = 1
-"let g:syntastic_auto_loc_list = 1
-"let g:syntastic_check_on_open = 1
-"let g:syntastic_check_on_wq = 0