color scheme and wrapping off

This commit is contained in:
Paul Trowbridge 2021-06-24 09:07:22 -04:00
parent 376a0f099b
commit b279da9951

3
.vimrc
View File

@ -25,7 +25,8 @@ map <C-l> <C-W>l
let NERDTreeShowHidden=1 let NERDTreeShowHidden=1
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
set mouse=a set mouse=a
colorscheme desert set nowrap
colorscheme ron
syntax on syntax on
set splitright set splitright
set splitbelow set splitbelow