From 81c4a4ee476cc05aba1beb04f02f664f0ddc993c Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 14 Feb 2026 19:52:05 +0300 Subject: =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D0=BB=20goerr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/nvim/lua/autocommands.lua | 1 + config/nvim/lua/plugins/goerr.lua | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/nvim/lua/autocommands.lua b/config/nvim/lua/autocommands.lua index 4faf74b..fee69a4 100644 --- a/config/nvim/lua/autocommands.lua +++ b/config/nvim/lua/autocommands.lua @@ -131,6 +131,7 @@ vim.api.nvim_create_autocmd("FileType", { vim.opt_local.expandtab = false vim.opt_local.tabstop = 4 vim.opt_local.shiftwidth = 4 + vim.opt_local.softtabstop = 4 vim.opt_local.autoindent = true vim.opt_local.smartindent = true vim.opt_local.cindent = false diff --git a/config/nvim/lua/plugins/goerr.lua b/config/nvim/lua/plugins/goerr.lua index 9e2ca0d..6f66073 100644 --- a/config/nvim/lua/plugins/goerr.lua +++ b/config/nvim/lua/plugins/goerr.lua @@ -1,3 +1,4 @@ return { "Snyssfx/goerr-nvim", + ft = "go", } \ No newline at end of file -- cgit v1.2.3