Fix Neovim colorscheme

- Update Neovim plugins
- Move colorscheme from catppuccin because the theme is broken
This commit is contained in:
Fabio Scotto di Santolo
2025-08-22 08:29:02 +02:00
parent 719a745aab
commit a1fdb6cb51
4 changed files with 17 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ return {
},
config = function(_, opts)
require("catppuccin").setup(opts)
vim.cmd.colorscheme("catppuccin")
-- vim.cmd.colorscheme("catppuccin")
vim.cmd.colorscheme("tokyonight-night")
end,
}

View File

@@ -1,6 +1,7 @@
return {
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
enabled = false,
opts = {},
}

View File

@@ -1,6 +0,0 @@
return {
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-mocha",
},
}