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 | |
| parent | d662ef8d258234b6602cae1b1d9060f71d29e9c1 (diff) | |
| download | dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.tar.gz dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.tar.bz2 dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.zip | |
Backup: Alte Neovim-Konfiguration
Diffstat (limited to 'nvim/ftplugin')
| -rw-r--r-- | nvim/ftplugin/c.vim | 9 | ||||
| -rw-r--r-- | nvim/ftplugin/html.vim | 15 | ||||
| -rw-r--r-- | nvim/ftplugin/markdown.vim | 3 | ||||
| -rw-r--r-- | nvim/ftplugin/typescript.vim | 11 | ||||
| -rw-r--r-- | nvim/ftplugin/vim.vim | 6 |
5 files changed, 0 insertions, 44 deletions
diff --git a/nvim/ftplugin/c.vim b/nvim/ftplugin/c.vim deleted file mode 100644 index 3fc55eb..0000000 --- a/nvim/ftplugin/c.vim +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | setlocal cinoptions=:0,p0,t0 | ||
| 2 | setlocal cinwords=if,else,while,do,for,switch,case | ||
| 3 | setlocal formatoptions=tcqr | ||
| 4 | setlocal cindent | ||
| 5 | setlocal indentexpr=nvim_treesitter#indent() | ||
| 6 | |||
| 7 | setlocal foldenable | ||
| 8 | setlocal foldmethod=expr | ||
| 9 | setlocal foldexpr=nvim_treesitter#foldexpr() | ||
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' | ||
diff --git a/nvim/ftplugin/markdown.vim b/nvim/ftplugin/markdown.vim deleted file mode 100644 index e5f14dc..0000000 --- a/nvim/ftplugin/markdown.vim +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | setlocal wrap | ||
| 2 | setlocal linebreak | ||
| 3 | setlocal spell | ||
diff --git a/nvim/ftplugin/typescript.vim b/nvim/ftplugin/typescript.vim deleted file mode 100644 index 5f56854..0000000 --- a/nvim/ftplugin/typescript.vim +++ /dev/null | |||
| @@ -1,11 +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 | |||
diff --git a/nvim/ftplugin/vim.vim b/nvim/ftplugin/vim.vim deleted file mode 100644 index 1054984..0000000 --- a/nvim/ftplugin/vim.vim +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | setlocal tabstop=2 | ||
| 2 | setlocal softtabstop=2 | ||
| 3 | setlocal shiftwidth=2 | ||
| 4 | setlocal smarttab | ||
| 5 | setlocal expandtab | ||
| 6 | setlocal autoindent | ||
