aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 70c83b2..4e7b58e 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -27,7 +27,7 @@ set wmnu
call PickTheme()
call SetCharLimit(79)
-call SetIndent(3)
+call SetIndent(8)
" add hotkeys
nmap <F6> :make<CR>