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/c.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/c.vim')
| -rw-r--r-- | nvim/ftplugin/c.vim | 9 |
1 files changed, 0 insertions, 9 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() | ||
