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.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/nvim/ftplugin/html.vim b/nvim/ftplugin/html.vim
index fced505..fe513b6 100644
--- a/nvim/ftplugin/html.vim
+++ b/nvim/ftplugin/html.vim
@@ -6,7 +6,8 @@ setlocal expandtab
6setlocal autoindent 6setlocal autoindent
7 7
8setlocal foldenable 8setlocal foldenable
9setlocal foldmethod=indent 9setlocal foldmethod=expr
10setlocal foldexpr=nvim_treesitter#foldexpr()
10 11
11let g:html_indent_script1='inc' 12let g:html_indent_script1='inc'
12let g:html_indent_style1='inc' 13let g:html_indent_style1='inc'