aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-13 17:09:37 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-13 17:09:37 +0100
commitefaa5bdb5adb37aca2c170bedf09c32d8929e9ff (patch)
tree82910651d84742d9d93cbe16e9df6ff4b0b4660d /vimrc
parent14345689fb8c7b0205dc7d84a4bc63d7376c924b (diff)
downloaddotfiles-efaa5bdb5adb37aca2c170bedf09c32d8929e9ff.tar.gz
Update to vimrc
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