Skip to content

Commit

Permalink
chore: highlight tailwind colors
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Apr 15, 2024
1 parent 421587f commit f60490a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lua/plugins/editor.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
local Util = require('util')

return {
{
'brenoprata10/nvim-highlight-colors',
event = 'BufReadPre',
opts = {
---@type 'background'|'foreground'|'virtual'
render = 'background',
virtual_symbol = '',
enable_named_colors = true,
enable_tailwind = false,
},
},

{
'echasnovski/mini.hipatterns',
event = 'BufReadPre',
Expand Down

0 comments on commit f60490a

Please sign in to comment.