aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins/colors.lua14
-rw-r--r--lua/pml68/plugins/other.lua3
2 files changed, 10 insertions, 7 deletions
diff --git a/lua/pml68/plugins/colors.lua b/lua/pml68/plugins/colors.lua
index 2587409..6a8eb36 100644
--- a/lua/pml68/plugins/colors.lua
+++ b/lua/pml68/plugins/colors.lua
@@ -1,13 +1,13 @@
return {
{
- "brenoprata10/nvim-highlight-colors",
+ "uga-rosa/ccc.nvim",
event = { "BufReadPost", "BufNewFile" },
- config = function()
- require("nvim-highlight-colors").setup({
- render = 'background',
- enable_tailwind = true,
- })
- end
+ opts = {
+ highlighter = {
+ auto_enable = true,
+ lsp = true,
+ },
+ },
},
{
"rose-pine/neovim",
diff --git a/lua/pml68/plugins/other.lua b/lua/pml68/plugins/other.lua
index cf7a888..d415f0b 100644
--- a/lua/pml68/plugins/other.lua
+++ b/lua/pml68/plugins/other.lua
@@ -9,6 +9,9 @@ return {
lazy = false,
},
{
+ "artemave/workspace-diagnostics.nvim",
+ },
+ {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
event = { "BufReadPost", "BufNewFile" },