(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,
|
||||
notify = true,
|
||||
},
|
||||
ui = {
|
||||
-- border = "rounded"
|
||||
rocks = {
|
||||
enabled = false,
|
||||
},
|
||||
performance = {
|
||||
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",
|
||||
priority = 1000,
|
||||
event = "UIEnter",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("snacks").setup({
|
||||
animate = { enabled = false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue