Skip to content

Commit

Permalink
fix: Remove rustywind from tailwindcss pack (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy authored Jun 20, 2023
1 parent 08c30f4 commit bfb9f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/tailwindcss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This plugin pack does the following:

- Adds `css` Treesitter parser
- Adds `tailwindcss` and `cssls` language servers
- Adds `prettierd` and `rustywind` formatters
- Adds `prettierd` formatter
- Adds [`tailwindcss-colorizer-cmp.nvim`](https://github.com/js-everts/cmp-tailwind-colors) to cmp completion sources
4 changes: 1 addition & 3 deletions lua/astrocommunity/pack/tailwindcss/tailwindcss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ return {
},
{
"jay-babu/mason-null-ls.nvim",
opts = function(_, opts)
opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, { "prettierd", "rustywind" })
end,
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, { "prettierd" }) end,
},
{
"hrsh7th/nvim-cmp",
Expand Down

0 comments on commit bfb9f9c

Please sign in to comment.