js, py, go working
parent
502f8cc6a8
commit
b64cf5e3ce
@ -0,0 +1,3 @@
|
||||
require("tailwind-tools").setup({
|
||||
|
||||
})
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue