Folke Lemaitre
|
6e4025229d
|
fix(lsp): backward compat with lspconfig refactor. Fixes #4525. See #4518
|
2024-10-02 10:18:21 +02:00 |
|
Seth Buntin
|
74325743e7
|
fix(extras): rename lspconfig.server_configurations to lspconfig.configs (#4518)
## Description
bedb2a0df1
introduces a change to the Lua module structure for `nvim-lspconfig`
that broke `tailwindcss`. Tried to also address all the other usages of
`lspconfig.server_configurations` within the ecosystem.
## Screenshots

## Checklist
- [X] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
|
2024-10-02 09:24:02 +02:00 |
|
Siva Sivakumar
|
9bce054faf
|
fix(tailwind): additional tailwind completion settings for phoenix projects (#3961)
## Description
Tailwind completions stopped working in Phoenix projects that have
`HTML`, `HEEX` or `Elixir files with ~H sigils`.
Broader discussion and recommended solution:
https://github.com/tailwindlabs/tailwindcss-intellisense/issues/1002
## Related Issue(s)
## Screenshots


## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
|
2024-07-14 07:53:18 +02:00 |
|
Folke Lemaitre
|
7d30360df2
|
refactor: config = true >> opts = {}
|
2024-06-11 00:06:56 +02:00 |
|
Folke Lemaitre
|
c29213416b
|
feat(extras): added recommended detectors for all languages
|
2024-05-18 14:39:20 +02:00 |
|
Folke Lemaitre
|
d8f4382dd3
|
fix(tailwind): nil check for filetypes_include. Fixes #1607
|
2023-10-06 23:06:51 +02:00 |
|
Folke Lemaitre
|
d3e7f7717e
|
fix(tailwind): allow overriding filetypes. Fixes #1590
|
2023-10-05 08:07:56 +02:00 |
|
Folke Lemaitre
|
9c7821e681
|
fix!: remove nvim-colorizer.lua It actually wasn't even enabled and I'll add hipatterns with optional tailwind support soon
|
2023-05-25 21:55:05 +02:00 |
|
Folke Lemaitre
|
4b367952f6
|
fix(tailwind): nil check on filetypes_exclude. See #816
|
2023-05-24 22:02:30 +02:00 |
|
Folke Lemaitre
|
29554455aa
|
feat(tailwind): don't enable tailwind in markdown files
|
2023-05-21 10:52:46 +02:00 |
|
Folke Lemaitre
|
3f5c2c283e
|
feat(extras): added extra for tailwindcss
|
2023-05-04 18:27:36 +02:00 |
|