From 220899a1d0c4a39f01f9f43bd71b4c6af41f7a85 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Tue, 1 Sep 2026 21:30:16 +0530 Subject: Go Support --- plugin/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/opts.lua') 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") -- cgit v1.3.1