mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-17 17:24:37 +02:00
Guess this works
This commit is contained in:
parent
0079504a48
commit
fd44486cc7
5 changed files with 65 additions and 5 deletions
15
lua/custom/plugins/tailwind-values.lua
Normal file
15
lua/custom/plugins/tailwind-values.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
'MaximilianLloyd/tw-values.nvim',
|
||||
keys = {
|
||||
{ '<leader>sv', '<cmd>TWValues<cr>', desc = 'Show tailwind CSS values' },
|
||||
},
|
||||
opts = {
|
||||
border = 'rounded', -- Valid window border style,
|
||||
show_unknown_classes = true, -- Shows the unknown classes popup
|
||||
focus_preview = true, -- Sets the preview as the current window
|
||||
copy_register = '', -- The register to copy values to,
|
||||
keymaps = {
|
||||
copy = '<C-y>', -- Normal mode keymap to copy the CSS values between {}
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue