Files
dotfiles/lazyvim/.config/nvim/lua/plugins/hardtime.lua
Fabio Scotto di Santolo a1fdb6cb51 Fix Neovim colorscheme
- Update Neovim plugins
- Move colorscheme from catppuccin because the theme is broken
2025-08-22 08:29:02 +02:00

8 lines
161 B
Lua

return {
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
enabled = false,
opts = {},
}