Compare commits

...

3 Commits

Author SHA1 Message Date
Ray Elliott a49fa2b747 set inccommand to nosplit 2020-04-06 10:22:49 +01:00
Ray Elliott fc1a86c723 erduce tab size to 4 2020-04-06 10:21:29 +01:00
Ray Elliott 09adc47258 smaller tab width for html 2020-04-03 18:21:37 +01:00
5 changed files with 11 additions and 2 deletions

2
ftplugin/html.vim Normal file
View File

@ -0,0 +1,2 @@
set tabstop=2
set shiftwidth=2

View File

@ -1 +1,4 @@
set iskeyword+=$
set tabstop=2
set shiftwidth=2

View File

@ -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

View File

@ -80,3 +80,5 @@ Storefront
online
blog
currently
stylesheet
popups

Binary file not shown.