aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/html.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin/html.vim')
-rw-r--r--nvim/ftplugin/html.vim15
1 files changed, 0 insertions, 15 deletions
diff --git a/nvim/ftplugin/html.vim b/nvim/ftplugin/html.vim
deleted file mode 100644
index fe513b6..0000000
--- a/nvim/ftplugin/html.vim
+++ /dev/null
@@ -1,15 +0,0 @@
1setlocal tabstop=2
2setlocal softtabstop=2
3setlocal shiftwidth=2
4setlocal smarttab
5setlocal expandtab
6setlocal autoindent
7
8setlocal foldenable
9setlocal foldmethod=expr
10setlocal foldexpr=nvim_treesitter#foldexpr()
11
12let g:html_indent_script1='inc'
13let g:html_indent_style1='inc'
14let g:html_indent_autotags='html'
15let g:html_indent_inctags='head,body'