nvim: Update to new conform.nvim version

Update and fix small breaking change in new conform by specifically
setting lsp formatting as fallback. Move to explicit ruff format import
organizing and remove tailwind css lsp for the time being.
This commit is contained in:
Marty Oehme 2024-07-02 13:08:07 +02:00
parent 8aa845dcfb
commit 1514eca622
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 29 additions and 14 deletions

View file

@ -39,7 +39,6 @@ local servers = {
basedpyright = {},
ruff = {},
serve_d = {},
tailwindcss = {},
taplo = {},
texlab = {},
tsserver = {},