Update 2025-10-03

This commit is contained in:
2025-10-03 15:04:38 +03:00
parent 8e8c99a6cc
commit 168bd977df
20 changed files with 58 additions and 322 deletions

View File

@@ -6,7 +6,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
if vim.v.shell_error ~= 0 then
vim.api.nvim_echo({
{ "Failed to clone lazy.nvim:\n", "ErrorMsg" },
{ out, "WarningMsg" },
{ out, "WarningMsg" },
{ "\nPress any key to exit..." },
}, true, {})
vim.fn.getchar()
@@ -27,4 +27,10 @@ require("lazy").setup({
install = { colorscheme = { "rose-pine" } },
ui = { border = "rounded" },
change_detection = { enabled = false },
rocks = {
hererocks = nil,
},
dev = {
path = "~/repos/nvim/plugins",
},
})