diff options
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 | ||
