2 files changed,
5 insertions(+),
3 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-01-06 17:26:50 +0200
Parent:
7cc7fb8
jump to
| M | lua/core/lazy.lua |
| M | lua/plugins/gopher.lua |
M
lua/core/lazy.lua
@@ -17,7 +17,11 @@ defaults = {
lazy = true, -- version = "*",-- use only stable releases }, - dev = { path = "~/code" }, + dev = { + path = "~/code", + patterns = { "olexsmir" }, + fallback = true, + }, install = { colorscheme = { "tokyonight" } }, change_detection = { notify = false }, performance = {
M
lua/plugins/gopher.lua
@@ -1,11 +1,9 @@
local dev_deps = false ----@module "gopher" ---@type LazySpec return { "olexsmir/gopher.nvim", ft = "go", - dev = true, cmd = "GoInstallDeps", build = function() pcall(vim.cmd.GoInstallDeps)