(neovim) fix checkhealth reports
This commit is contained in:
parent
86cf2fa9d4
commit
065bd6deff
4 changed files with 10 additions and 9 deletions
|
@ -36,8 +36,8 @@ require("lazy").setup({
|
||||||
enabled = true,
|
enabled = true,
|
||||||
notify = true,
|
notify = true,
|
||||||
},
|
},
|
||||||
ui = {
|
rocks = {
|
||||||
-- border = "rounded"
|
enabled = false,
|
||||||
},
|
},
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
return {
|
|
||||||
"norcalli/nvim-colorizer.lua",
|
|
||||||
lazy = false,
|
|
||||||
config = function()
|
|
||||||
require("colorizer").setup()
|
|
||||||
end,
|
|
||||||
}
|
|
7
config/common/nvim/lua/plugins/common/colors.lua
Normal file
7
config/common/nvim/lua/plugins/common/colors.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
"brenoprata10/nvim-highlight-colors",
|
||||||
|
lazy = false,
|
||||||
|
config = function()
|
||||||
|
require("nvim-highlight-colors").setup()
|
||||||
|
end,
|
||||||
|
}
|
|
@ -2,6 +2,7 @@ return {
|
||||||
"folke/snacks.nvim",
|
"folke/snacks.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
event = "UIEnter",
|
event = "UIEnter",
|
||||||
|
lazy = false,
|
||||||
config = function()
|
config = function()
|
||||||
require("snacks").setup({
|
require("snacks").setup({
|
||||||
animate = { enabled = false },
|
animate = { enabled = false },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue