(neovim) fix checkhealth reports

This commit is contained in:
Bartek Stalewski 2025-07-27 00:59:40 +02:00
parent 86cf2fa9d4
commit 065bd6deff
No known key found for this signature in database
4 changed files with 10 additions and 9 deletions

View file

@ -36,8 +36,8 @@ require("lazy").setup({
enabled = true,
notify = true,
},
ui = {
-- border = "rounded"
rocks = {
enabled = false,
},
performance = {
rtp = {

View file

@ -1,7 +0,0 @@
return {
"norcalli/nvim-colorizer.lua",
lazy = false,
config = function()
require("colorizer").setup()
end,
}

View file

@ -0,0 +1,7 @@
return {
"brenoprata10/nvim-highlight-colors",
lazy = false,
config = function()
require("nvim-highlight-colors").setup()
end,
}

View file

@ -2,6 +2,7 @@ return {
"folke/snacks.nvim",
priority = 1000,
event = "UIEnter",
lazy = false,
config = function()
require("snacks").setup({
animate = { enabled = false },