From 0281720fa6413a2a552c8f9f0a0e6d01412970c4 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Mon, 20 May 2024 17:05:12 +0700 Subject: [PATCH] chore: change back to highlight color - the problem seem to be 0.10 conflict - change to what i prefer --- lazy-lock.json | 2 +- lua/plugins/visualize.lua | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 96857fe..f2bcb58 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -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" }, diff --git a/lua/plugins/visualize.lua b/lua/plugins/visualize.lua index 4f67bb3..3d61e9d 100644 --- a/lua/plugins/visualize.lua +++ b/lua/plugins/visualize.lua @@ -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,