dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 1b5ce5adc9a2f5c70f3a1bf16785543837cd46af (patch)
parent ccc760f556eb25027689e3320a0d0d4fe127ea1e
Author: Alexander Karle <akarle@umass.edu>
Date:   Wed,  2 May 2018 14:09:26 -0400

Removing setting tabstop in html ftplugin

Diffstat:
Mvim/ftplugin/html.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim @@ -1,4 +1,3 @@ " 2 spaces -setlocal tabstop=2 setlocal softtabstop=2 setlocal shiftwidth=2