diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-20 05:30:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-20 05:30:52 +0300 |
commit | fd864cd7efe6a3ecd7d228ad9131e0d3d6a44348 (patch) | |
tree | a9998bbdcf8edcc30e27bcee1ad6d005f324df8e | |
parent | code style (diff) | |
download | linux-home-fd864cd7efe6a3ecd7d228ad9131e0d3d6a44348.tar.gz linux-home-fd864cd7efe6a3ecd7d228ad9131e0d3d6a44348.zip |
.vimrc: set nowrap
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.vimrc | 2 |
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 |