mirror of https://github.com/LazyVim/starter
chore: change back to highlight color
- the problem seem to be 0.10 conflict - change to what i preferpull/99/head
parent
85e08c6b40
commit
0281720fa6
|
@ -51,11 +51,11 @@
|
|||
"none-ls.nvim": { "branch": "main", "commit": "37671797d6e5f9bd0ee3ab965ab2e6de251e1930" },
|
||||
"nui.nvim": { "branch": "main", "commit": "b1b3dcd6ed8f355c78bad3d395ff645be5f8b6ae" },
|
||||
"nvim-cmp": { "branch": "main", "commit": "5260e5e8ecadaf13e6b82cf867a909f54e15fd07" },
|
||||
"nvim-colorizer.lua": { "branch": "master", "commit": "85855b38011114929f4058efc97af1059ab3e41d" },
|
||||
"nvim-dap": { "branch": "master", "commit": "5a2f7121869394502521c52b2bc581ab22c69447" },
|
||||
"nvim-dap-python": { "branch": "master", "commit": "3dffa58541d1f52c121fe58ced046268c838d802" },
|
||||
"nvim-dap-ui": { "branch": "master", "commit": "5934302d63d1ede12c0b22b6f23518bb183fc972" },
|
||||
"nvim-dap-virtual-text": { "branch": "master", "commit": "3e8e207513e6ef520894950acd76b79902714103" },
|
||||
"nvim-highlight-colors": { "branch": "main", "commit": "4971c8c37dae6b8f6c46c92f7d73a76a22a4c04b" },
|
||||
"nvim-jdtls": { "branch": "master", "commit": "29255ea26dfb51ef0213f7572bff410f1afb002d" },
|
||||
"nvim-lint": { "branch": "master", "commit": "1f98d6c863f91706369d74aeb2eb3f02b2e96861" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "9bda20fb967075355f253911bc066a8b5a03c77e" },
|
||||
|
|
|
@ -7,25 +7,25 @@ return {
|
|||
},
|
||||
config = function() end,
|
||||
},
|
||||
{
|
||||
"NvChad/nvim-colorizer.lua",
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
tailwind = true,
|
||||
},
|
||||
},
|
||||
-- Disabled by conflict with neotree
|
||||
-- {
|
||||
-- "brenoprata10/nvim-highlight-colors",
|
||||
-- "NvChad/nvim-colorizer.lua",
|
||||
-- lazy = true,
|
||||
-- event = "VeryLazy",
|
||||
-- opts = {
|
||||
-- render = "virtual",
|
||||
-- virtual_symbol = "",
|
||||
-- enable_tailwind = true,
|
||||
-- tailwind = true,
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"brenoprata10/nvim-highlight-colors",
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
render = "virtual",
|
||||
virtual_symbol = "",
|
||||
enable_tailwind = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"kevinhwang91/nvim-ufo",
|
||||
lazy = true,
|
||||
|
|
Loading…
Reference in New Issue