all repos

init.lua @ 820e2dfc22d2fd85ca3e5836b1616b28398b8ab3

my nvim config
3 files changed, 4 insertions(+), 3 deletions(-)
fix: load gophher; fix neotest-go
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-12-16 17:09:04 +0200
Parent: c82a8da
M lazy-lock.json

@@ -8,8 +8,8 @@ "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },

"lazydev.nvim": { "branch": "main", "commit": "f59bd14a852ca43db38e3662395354cb2a9b13e0" }, "mini.nvim": { "branch": "main", "commit": "94cae4660a8b2d95dbbd56e1fbc6fcfa2716d152" }, "neogit": { "branch": "master", "commit": "43fa47fb61773b0d90a78ebc2521ea8faaeebd86" }, - "neotest": { "branch": "master", "commit": "35a59c1f59dbb954d92b74ab64a966a668cea495" }, - "neotest-golang": { "branch": "main", "commit": "43a49bb3101551f67bf7945dab28be0568287e2a" }, + "neotest": { "branch": "master", "commit": "deadfb1af5ce458742671ad3a013acb9a6b41178" }, + "neotest-golang": { "branch": "main", "commit": "ad6ae703e18874eb66fee539224eac2dd9cc0890" }, "none-ls.nvim": { "branch": "main", "commit": "53ec77181d96494b9dc9457110dd62dc623cc78d" }, "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
M lua/plugins/core.lua

@@ -34,6 +34,7 @@ end,

}, { "olexsmir/gopher.nvim", + lazy = false, ---@module "gopher" ---@type gopher.Config ---@diagnostic disable-next-line: missing-fields
M lua/plugins/neotest.lua

@@ -29,7 +29,7 @@ }

end, dependencies = { "nvim-neotest/nvim-nio", - "fredrikaverpil/neotest-golang", + { "fredrikaverpil/neotest-golang", version = "v1" }, "nvim-treesitter", }, config = function()