lsp snacks and avante
This commit is contained in:
parent
cc53010b2e
commit
633ef6a9cb
13 changed files with 283 additions and 331 deletions
|
|
@ -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" },
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue