1
0
mirror of https://github.com/moshix/mvs.git synced 2026-01-25 19:36:36 +00:00

added nocompatible and column 72 in vimrc

This commit is contained in:
moshix
2017-10-29 09:29:33 +02:00
committed by GitHub
parent b019c82eed
commit 3262680974

8
vimrc
View File

@@ -4,7 +4,7 @@ set number
set shiftwidth=4
set expandtab
highlight ColoColumn ctermbg=lightgrey guibg=lightgrey
set cc=80
set cc=72
set showcmd
set cursorline
set wildmenu
@@ -13,7 +13,11 @@ set showmatch
set incsearch
set hlsearch
set smartcase
"set title
set path+=**
set nocompatible
syntax enable
filetype plugin on
set title
"set background=dark
"colorscheme solarized
"highlight OverLength ctermbg=red ctermfg=white guibg=#592929