diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-09-01 21:30:16 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-09-01 21:30:16 +0530 |
| commit | 220899a1d0c4a39f01f9f43bd71b4c6af41f7a85 (patch) | |
| tree | e21c1b0c94d09d9635303c9151cade9ebe47f9af /plugin/opts.lua | |
| parent | 3c5867dbbe67505e945bf5a34afc5a6a53b1084f (diff) | |
Diffstat (limited to 'plugin/opts.lua')
| -rw-r--r-- | plugin/opts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/opts.lua b/plugin/opts.lua index f52ad0f..de62ceb 100644 --- a/plugin/opts.lua +++ b/plugin/opts.lua @@ -19,7 +19,7 @@ vim.o.mouse = "" vim.opt.spell = false vim.o.smarttab = true -vim.o.smartindent = true +-- vim.o.smartindent = true -- vim.o.indentexpr = true vim.o.autoindent = true vim.opt.cpoptions:append("I") |
