mirror of
https://github.com/moshix/mvs.git
synced 2026-05-02 14:40:16 +00:00
added nocompatible and column 72 in vimrc
This commit is contained in:
8
vimrc
8
vimrc
@@ -4,7 +4,7 @@ set number
|
|||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
highlight ColoColumn ctermbg=lightgrey guibg=lightgrey
|
highlight ColoColumn ctermbg=lightgrey guibg=lightgrey
|
||||||
set cc=80
|
set cc=72
|
||||||
set showcmd
|
set showcmd
|
||||||
set cursorline
|
set cursorline
|
||||||
set wildmenu
|
set wildmenu
|
||||||
@@ -13,7 +13,11 @@ set showmatch
|
|||||||
set incsearch
|
set incsearch
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set smartcase
|
set smartcase
|
||||||
"set title
|
set path+=**
|
||||||
|
set nocompatible
|
||||||
|
syntax enable
|
||||||
|
filetype plugin on
|
||||||
|
set title
|
||||||
"set background=dark
|
"set background=dark
|
||||||
"colorscheme solarized
|
"colorscheme solarized
|
||||||
"highlight OverLength ctermbg=red ctermfg=white guibg=#592929
|
"highlight OverLength ctermbg=red ctermfg=white guibg=#592929
|
||||||
|
|||||||
Reference in New Issue
Block a user