diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -4,9 +4,6 @@ set nocompatible | |||
| 4 | syntax enable | 4 | syntax enable |
| 5 | 5 | ||
| 6 | " Theme. | 6 | " Theme. |
| 7 | if has('vim') | ||
| 8 | colorscheme wildcharm | ||
| 9 | endif | ||
| 10 | set background=dark | 7 | set background=dark |
| 11 | hi Normal ctermbg=233 | 8 | hi Normal ctermbg=233 |
| 12 | 9 | ||
| @@ -37,6 +34,3 @@ filetype plugin indent on | |||
| 37 | autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4 | 34 | autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4 |
| 38 | autocmd Filetype c,cpp,html,javascript,css,python setlocal expandtab tabstop=2 shiftwidth=2 | 35 | autocmd 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 | |||
