aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.vimrc b/%HOME%/.vimrc
index 752cffc..49b92c6 100644
--- a/%HOME%/.vimrc
+++ b/%HOME%/.vimrc
@@ -3,6 +3,8 @@ source $VIMRUNTIME/vimrc_example.vim
" Color scheme.
color desert
+set nowrap " Don't wrap lines.
+
" 4 spaces per indentation level, no tabs.
set softtabstop=4
set shiftwidth=4