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 tabstop=2
|
||||
set shiftwidth=2
|
||||
|
|
6
init.vim
6
init.vim
|
@ -241,9 +241,9 @@ set diffopt+=vertical
|
|||
|
||||
set rnu nu
|
||||
|
||||
set tabstop=4
|
||||
set tabstop=8
|
||||
set softtabstop=-1
|
||||
set shiftwidth=4
|
||||
set shiftwidth=8
|
||||
set shiftround
|
||||
set noexpandtab
|
||||
set autoindent
|
||||
|
@ -263,9 +263,7 @@ set colorcolumn=80,120
|
|||
set iskeyword+=-
|
||||
set scrolloff=10
|
||||
set showcmd
|
||||
|
||||
set incsearch
|
||||
set inccommand=nosplit
|
||||
|
||||
set laststatus=2
|
||||
set shortmess=aoOT
|
||||
|
|
|
@ -80,5 +80,3 @@ Storefront
|
|||
online
|
||||
blog
|
||||
currently
|
||||
stylesheet
|
||||
popups
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue