summaryrefslogtreecommitdiff
path: root/etc/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/vimrc')
-rw-r--r--etc/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/vimrc b/etc/vimrc
index a3bf6dd..e3afc6f 100644
--- a/etc/vimrc
+++ b/etc/vimrc
@@ -18,6 +18,8 @@ set list
set listchars=tab:»·,trail:·,extends:…,precedes:…,nbsp:␠
set formatoptions=coqrt
+set textwidth=78
+
" Folding
set foldmethod=marker
@@ -25,7 +27,7 @@ set foldmethod=marker
set bg=dark
colorscheme mine
syntax enable
-set t_Co=256
+set t_Co=88
" Swapfiles
set backupdir=~/.vim-backup