From 548a4425c43528d1a65d5912fa73390bcf519dee Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 22 Feb 2018 23:09:45 +0100 Subject: Restructure for compatibility with GNU stow --- vim/.config/vim/ftplugin/html.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/.config/vim/ftplugin/html.vim (limited to 'vim/.config/vim/ftplugin/html.vim') diff --git a/vim/.config/vim/ftplugin/html.vim b/vim/.config/vim/ftplugin/html.vim new file mode 100644 index 0000000..765e06c --- /dev/null +++ b/vim/.config/vim/ftplugin/html.vim @@ -0,0 +1,3 @@ +setlocal expandtab +setlocal shiftwidth=4 +setlocal softtabstop=4 -- cgit v1.2.1