some changes

This commit is contained in:
2026-01-24 00:50:45 -07:00
parent 9c7c68c8f4
commit 50a8c1fcc7
8 changed files with 56 additions and 35 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,7 +27,7 @@ require("lazy").setup({
"LazyVim/LazyVim",
import = "lazyvim.plugins",
opts = {
colorscheme = "tokyonight",
colorscheme = "catppuccin-mocha",
},
},
-- Import LazyVim extras for languages
@@ -46,7 +46,7 @@ require("lazy").setup({
lazy = false,
version = false,
},
install = { colorscheme = { "tokyonight", "habamax" } },
install = { colorscheme = { "tokyonight", "habamax", "catpuccin-mocha" } },
checker = {
enabled = true,
notify = false,