From 23cc6a0cc25544fa8b193ba2b38873dc1c3bdcc8 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 6 Jan 2026 09:50:21 +0100 Subject: Alte Neovim- und Tmuxp-Konfigurationen entfernt --- nvim_alt/ftplugin/html.vim | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nvim_alt/ftplugin/html.vim (limited to 'nvim_alt/ftplugin/html.vim') diff --git a/nvim_alt/ftplugin/html.vim b/nvim_alt/ftplugin/html.vim deleted file mode 100644 index fe513b6..0000000 --- a/nvim_alt/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