1 files changed,
2 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-10-09 17:53:14 +0300
Parent:
db65b09
M
lua/plugins/gopher.lua
@@ -1,4 +1,4 @@
-local dev_deps = true +local dev_deps = false ---@type LazySpec return {@@ -11,6 +11,7 @@ dependencies = {
{ "williamboman/mason.nvim", cond = dev_deps, config = true }, }, ---@type gopher.Config + ---@diagnostic disable-next-line: missing-fields opts = { use_mason = dev_deps, log_level = vim.log.levels.TRACE,