feat: add keybind to search through tailwind utilities
This commit is contained in:
parent
0bb33bf587
commit
98672a8e57
1 changed files with 4 additions and 0 deletions
|
@ -217,6 +217,10 @@ return {
|
||||||
conceal = { enabled = true },
|
conceal = { enabled = true },
|
||||||
document_color = { enabled = true },
|
document_color = { enabled = true },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.keymap.set("n", "<leader>ft", function()
|
||||||
|
vim.cmd("Telescope tailwind utilities")
|
||||||
|
end, { desc = "Search through TailwindCSS utility classes available in the project." })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "blink-ripgrep", lazy = true },
|
{ "blink-ripgrep", lazy = true },
|
||||||
|
|
Loading…
Reference in a new issue