mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
4555248b72
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
13 lines
323 B
Lua
13 lines
323 B
Lua
-- tailwind-tools.lua
|
|
return {
|
|
'luckasRanarison/tailwind-tools.nvim',
|
|
name = 'tailwind-tools',
|
|
build = ':UpdateRemotePlugins',
|
|
dependencies = {
|
|
'nvim-treesitter/nvim-treesitter',
|
|
'nvim-telescope/telescope.nvim', -- optional
|
|
'neovim/nvim-lspconfig', -- optional
|
|
},
|
|
opts = {}, -- your configuration
|
|
}
|