1
0

update config file

move sh foldenable to ftplugin
change default clipboard behaviour
This commit is contained in:
valeth 2016-04-17 23:17:12 +02:00
parent 5e72459953
commit b83e85750e
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,3 @@
set shiftwidth=2 set shiftwidth=2
set expandtab set expandtab
let g:sh_fold_enabled=1

View File

@ -40,7 +40,7 @@ set smartcase
set listchars=tab:»\ ,trail:◆,extends:▹,precedes:◃,eol:↲,nbsp set listchars=tab:»\ ,trail:◆,extends:▹,precedes:◃,eol:↲,nbsp
set showmatch set showmatch
set shortmess=aoOtTI set shortmess=aoOtTI
set clipboard+=unnamedplus set clipboard+=unnamed
set smartindent set smartindent
set undofile set undofile
set splitbelow set splitbelow
@ -57,7 +57,6 @@ set foldcolumn=1
set foldlevel=99 set foldlevel=99
set foldmethod=syntax set foldmethod=syntax
set foldtext=myfold#text() set foldtext=myfold#text()
let g:sh_fold_enabled=1
set visualbell set visualbell
set t_vb= set t_vb=
@ -147,4 +146,6 @@ call plug#end()
""""""""""""""" """""""""""""""
colorscheme seoul256 colorscheme seoul256
"colorscheme molokai "colorscheme molokai
"colorscheme PaperColor
"colorscheme Tomorrow-Night