diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-08 07:14:29 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-08 07:57:54 +0200 |
| commit | 3da4c7f9209707af194de9538b2308be4e702e73 (patch) | |
| tree | ab6b56ed2c965d29ec26380f255528474e761ace /nvim/ftplugin/c.lua | |
| parent | 8c43ebd619d724133e1063e3b686907d5aa56abe (diff) | |
| download | dotfiles-3da4c7f9209707af194de9538b2308be4e702e73.tar.gz dotfiles-3da4c7f9209707af194de9538b2308be4e702e73.tar.bz2 dotfiles-3da4c7f9209707af194de9538b2308be4e702e73.zip | |
Konfiguration vereinfacht
Diffstat (limited to 'nvim/ftplugin/c.lua')
| -rw-r--r-- | nvim/ftplugin/c.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/ftplugin/c.lua b/nvim/ftplugin/c.lua new file mode 100644 index 0000000..0f49bf6 --- /dev/null +++ b/nvim/ftplugin/c.lua | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.cindent = true | ||
