From 6f6457b7397247a34e25d4d9bfca434d8306283e Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 22 Dec 2025 17:28:43 +0100 Subject: Backup: Alte Neovim-Konfiguration --- nvim/ftplugin/html.vim | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nvim/ftplugin/html.vim (limited to 'nvim/ftplugin/html.vim') 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 @@ -setlocal tabstop=2 -setlocal softtabstop=2 -setlocal shiftwidth=2 -setlocal smarttab -setlocal expandtab -setlocal autoindent - -setlocal foldenable -setlocal foldmethod=expr -setlocal foldexpr=nvim_treesitter#foldexpr() - -let g:html_indent_script1='inc' -let g:html_indent_style1='inc' -let g:html_indent_autotags='html' -let g:html_indent_inctags='head,body' -- cgit v1.3