Skip to content

Commit

Permalink
Add tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Feb 18, 2024
1 parent 6ca0663 commit 90805e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/plugins/mason-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ return {
"ruff_lsp",
"rust_analyzer",
"svelte",
"tailwindcss",
"tsserver",
"vimls",
"volar",
Expand Down
4 changes: 4 additions & 0 deletions nvim/.config/nvim/lua/plugins/nvim-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ return {
capabilities = capabilities,
})

lspconfig.tailwindcss.setup({
capabilities = capabilities,
})

lspconfig.tsserver.setup({
capabilities = capabilities,
})
Expand Down

0 comments on commit 90805e5

Please sign in to comment.