diff options
| author | Thomas Schmucker <ts@its1.de> | 2025-12-22 17:28:43 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2025-12-22 17:28:43 +0100 |
| commit | 6f6457b7397247a34e25d4d9bfca434d8306283e (patch) | |
| tree | 2b9d9ab2580d7fe5d6f2be31eb34c1899b7ffcd8 /nvim/ftplugin/html.vim | |
| parent | d662ef8d258234b6602cae1b1d9060f71d29e9c1 (diff) | |
| download | dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.tar.gz dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.tar.bz2 dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.zip | |
Backup: Alte Neovim-Konfiguration
Diffstat (limited to 'nvim/ftplugin/html.vim')
| -rw-r--r-- | nvim/ftplugin/html.vim | 15 |
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 @@ | |||
| 1 | setlocal tabstop=2 | ||
| 2 | setlocal softtabstop=2 | ||
| 3 | setlocal shiftwidth=2 | ||
| 4 | setlocal smarttab | ||
| 5 | setlocal expandtab | ||
| 6 | setlocal autoindent | ||
| 7 | |||
| 8 | setlocal foldenable | ||
| 9 | setlocal foldmethod=expr | ||
| 10 | setlocal foldexpr=nvim_treesitter#foldexpr() | ||
| 11 | |||
| 12 | let g:html_indent_script1='inc' | ||
| 13 | let g:html_indent_style1='inc' | ||
| 14 | let g:html_indent_autotags='html' | ||
| 15 | let g:html_indent_inctags='head,body' | ||
