diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-10 17:36:45 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-10 17:36:45 +0800 |
| commit | 66442bf2ba1a8998f3ae18f839c41b776867e58f (patch) | |
| tree | 0aab5c1ebad8c9a9ca08432ec0d9e712548ee86a | |
| parent | 9db98c7afb503f343fe6efdc41efa96dad374f93 (diff) | |
Fix C++ indentation issue
| -rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ vim.cmd("set smarttab") -- Indentation Options vim.opt.indentkeys:remove(":") +vim.opt.cinkeys:remove(":") vim.opt.smartindent = true |
