working version after update
This commit is contained in:
parent
a963cb7284
commit
00ed47465d
17 changed files with 288 additions and 158 deletions
17
after/plugin/tailwind-config.lua
Normal file
17
after/plugin/tailwind-config.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
require('tailwind-tools').setup {
|
||||
document_color = {
|
||||
enabled = true, -- can be toggled by commands
|
||||
kind = 'inline', -- "inline" | "foreground" | "background"
|
||||
inline_symbol = ' ', -- only used in inline mode
|
||||
debounce = 200, -- in milliseconds, only applied in insert mode
|
||||
},
|
||||
conceal = {
|
||||
enabled = false, -- can be toggled by commands
|
||||
min_length = nil, -- only conceal classes exceeding the provided length
|
||||
symbol = '', -- only a single character is allowed
|
||||
highlight = { -- extmark highlight options, see :h 'highlight'
|
||||
fg = '#38BDF8',
|
||||
},
|
||||
},
|
||||
custom_filetypes = {}, -- see the extension section to learn how it works
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue