js, py, go working

This commit is contained in:
Oluwatobi 2025-05-31 16:29:30 +01:00
parent 502f8cc6a8
commit b64cf5e3ce
6 changed files with 23 additions and 11 deletions

View file

@ -0,0 +1,11 @@
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
}