Compare commits
3 Commits
bb2e18dbe3
...
a49fa2b747
Author | SHA1 | Date |
---|---|---|
Ray Elliott | a49fa2b747 | |
Ray Elliott | fc1a86c723 | |
Ray Elliott | 09adc47258 |
|
@ -0,0 +1,2 @@
|
|||
set tabstop=2
|
||||
set shiftwidth=2
|
|
@ -1 +1,4 @@
|
|||
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=8
|
||||
set tabstop=4
|
||||
set softtabstop=-1
|
||||
set shiftwidth=8
|
||||
set shiftwidth=4
|
||||
set shiftround
|
||||
set noexpandtab
|
||||
set autoindent
|
||||
|
@ -263,7 +263,9 @@ set colorcolumn=80,120
|
|||
set iskeyword+=-
|
||||
set scrolloff=10
|
||||
set showcmd
|
||||
|
||||
set incsearch
|
||||
set inccommand=nosplit
|
||||
|
||||
set laststatus=2
|
||||
set shortmess=aoOT
|
||||
|
|
|
@ -80,3 +80,5 @@ Storefront
|
|||
online
|
||||
blog
|
||||
currently
|
||||
stylesheet
|
||||
popups
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue