From 58b8038c6c26095baf800b839a21451057750230 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Thu, 16 May 2024 09:11:31 +0700 Subject: [PATCH] feat: add highlight color --- lazy-lock.json | 1 + lua/plugins/theme.lua | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/lazy-lock.json b/lazy-lock.json index 454014b..ecb3938 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -60,6 +60,7 @@ "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": "432dc7a817a4973041f02b418169667c491f60fd" }, "nvim-jdtls": { "branch": "master", "commit": "8eb5f0dbe6e126b392ddcaf45893358619893e45" }, "nvim-lint": { "branch": "master", "commit": "f3bcc28ffccb768212247294acccc106e029fc3c" }, "nvim-lspconfig": { "branch": "master", "commit": "a27179f56c6f98a4cdcc79ee2971b514815a4940" }, diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index b4160cd..eb68a2d 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -7,4 +7,10 @@ return { }, config = function() end, }, + { + "brenoprata10/nvim-highlight-colors", + lazy = true, + event = "VeryLazy", + opts = {}, + }, }