summaryrefslogtreecommitdiff
path: root/vim/.vim/ftplugin/html.vim
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2019-11-27 08:53:03 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2019-11-27 08:53:03 +0100
commit3389e4fdde8fd612fd8a54db28d97f62ca729a7f (patch)
tree5168cfef88ccec6c111b33ea7f73c7230418e405 /vim/.vim/ftplugin/html.vim
parent34bd59d19e3a9e057c40869c89b1a4af88f04c1e (diff)
Remove vim config, it's old and not in use
Diffstat (limited to 'vim/.vim/ftplugin/html.vim')
-rw-r--r--vim/.vim/ftplugin/html.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/.vim/ftplugin/html.vim b/vim/.vim/ftplugin/html.vim
deleted file mode 100644
index cde3013..0000000
--- a/vim/.vim/ftplugin/html.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-setlocal tabstop=2 softtabstop=0 expandtab shiftwidth=2
-setlocal autoindent
-
-setlocal foldmethod=indent