lsp snacks and avante

This commit is contained in:
Andre Schaf 2025-07-02 14:45:21 +02:00
parent cc53010b2e
commit 633ef6a9cb
13 changed files with 283 additions and 331 deletions

View file

@ -1,10 +1,10 @@
local formatter = require("conform")
formatter.setup({
formatters_by_ft = {
lua = { "stylua" },
-- Use a sub-list to run only the first available formatter
javascript = { { "prettierd", "prettier" } },
typescript = { { "prettier" } },
},
formatters_by_ft = {
lua = { "stylua" },
-- Use a sub-list to run only the first available formatter
javascript = { "prettierd", "prettier" },
typescript = { "prettier" },
},
})