fix
This commit is contained in:
parent
9cd86e011b
commit
95c4367554
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -748,7 +748,7 @@ require("colorful-winsep").setup({
|
||||||
--nvim-highlight-colors
|
--nvim-highlight-colors
|
||||||
require("nvim-highlight-colors").setup({
|
require("nvim-highlight-colors").setup({
|
||||||
render = "background",
|
render = "background",
|
||||||
enable_named_colors = true,
|
enable_named_colors = false,
|
||||||
enable_tailwind = true,
|
enable_tailwind = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue