aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vimrc b/vimrc
index c444e45..5621016 100644
--- a/vimrc
+++ b/vimrc
@@ -4,9 +4,6 @@ set nocompatible
4syntax enable 4syntax enable
5 5
6" Theme. 6" Theme.
7if has('vim')
8 colorscheme wildcharm
9endif
10set background=dark 7set background=dark
11hi Normal ctermbg=233 8hi Normal ctermbg=233
12 9
@@ -37,6 +34,3 @@ filetype plugin indent on
37autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4 34autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4
38autocmd Filetype c,cpp,html,javascript,css,python setlocal expandtab tabstop=2 shiftwidth=2 35autocmd Filetype c,cpp,html,javascript,css,python setlocal expandtab tabstop=2 shiftwidth=2
39 36
40" Throwaway config.
41"au BufReadPost *.twig set syntax=html
42