mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 15:30:08 +05:30
update: create configuration for new tools
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
-- 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
|
||||
}
|
||||
@@ -21,4 +21,5 @@ return {
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
||||
--- vim: ts=2 sts=2 sw=2 et
|
||||
|
||||
Reference in New Issue
Block a user