feat: add highlight color

pull/99/head
fm39hz-workstation 2024-05-16 09:11:31 +07:00 committed by fm39hz-laptop
parent ea7c18ef7c
commit 58b8038c6c
2 changed files with 7 additions and 0 deletions

View File

@ -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" },

View File

@ -7,4 +7,10 @@ return {
},
config = function() end,
},
{
"brenoprata10/nvim-highlight-colors",
lazy = true,
event = "VeryLazy",
opts = {},
},
}