diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-02-08 11:54:02 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-02-08 11:54:02 +0100 |
| commit | 9848a38124407cb45d38b7951b72a424bee77b5b (patch) | |
| tree | 2c50ecd2b9c626e7200987df81fb02d3cfb6281e /lua | |
| parent | 90a657be8b080c3d3c5cacab50273109f1d7ff54 (diff) | |
✨feat: add brenoprata10/nvim-highlight-colors plugin
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/highlight-colors.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/plugins/highlight-colors.lua b/lua/plugins/highlight-colors.lua new file mode 100644 index 0000000..8a3665a --- /dev/null +++ b/lua/plugins/highlight-colors.lua @@ -0,0 +1,8 @@ +return { + "brenoprata10/nvim-highlight-colors", + config = function() + require("nvim-highlight-colors").setup({ + render = "background", + }) + end, +} |
