Skip to content

Commit

Permalink
fix: don't auto install tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Aug 2, 2024
1 parent bafb13f commit 44e2015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/lsp/servers/tailwindcss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ return {
opts = {
servers = {
tailwindcss = { ---@type lspconfig.options.tailwindcss
mason = false,
settings = { ---@type lspconfig.settings.tailwindcss|{}
scss = { validate = false },
editor = {
Expand Down

0 comments on commit 44e2015

Please sign in to comment.