Compare commits
No commits in common. "a49fa2b7472d810f4d17a110cec194915aca39a8" and "bb2e18dbe35fa4ed2803562f9aafb60d4d9cb982" have entirely different histories.
a49fa2b747
...
bb2e18dbe3
|
@ -1,2 +0,0 @@
|
||||||
set tabstop=2
|
|
||||||
set shiftwidth=2
|
|
|
@ -1,4 +1 @@
|
||||||
set iskeyword+=$
|
set iskeyword+=$
|
||||||
|
|
||||||
set tabstop=2
|
|
||||||
set shiftwidth=2
|
|
||||||
|
|
6
init.vim
6
init.vim
|
@ -241,9 +241,9 @@ set diffopt+=vertical
|
||||||
|
|
||||||
set rnu nu
|
set rnu nu
|
||||||
|
|
||||||
set tabstop=4
|
set tabstop=8
|
||||||
set softtabstop=-1
|
set softtabstop=-1
|
||||||
set shiftwidth=4
|
set shiftwidth=8
|
||||||
set shiftround
|
set shiftround
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
|
@ -263,9 +263,7 @@ set colorcolumn=80,120
|
||||||
set iskeyword+=-
|
set iskeyword+=-
|
||||||
set scrolloff=10
|
set scrolloff=10
|
||||||
set showcmd
|
set showcmd
|
||||||
|
|
||||||
set incsearch
|
set incsearch
|
||||||
set inccommand=nosplit
|
|
||||||
|
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set shortmess=aoOT
|
set shortmess=aoOT
|
||||||
|
|
|
@ -80,5 +80,3 @@ Storefront
|
||||||
online
|
online
|
||||||
blog
|
blog
|
||||||
currently
|
currently
|
||||||
stylesheet
|
|
||||||
popups
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue