Skip to content

Commit

Permalink
feat(conform-nvim): disable formatting types in mason-null-ls set…
Browse files Browse the repository at this point in the history
…up if it's available
  • Loading branch information
mehalter committed Feb 11, 2024
1 parent 35a86db commit 5f49c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/editing-support/conform-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
{ "AstroNvim/astrolsp", opts = { formatting = { disabled = true } } },
{ "jay-babu/mason-null-ls.nvim", optional = true, opts = { methods = { formatting = false } } },
{
"stevearc/conform.nvim",
event = "User AstroFile",
Expand Down

0 comments on commit 5f49c1e

Please sign in to comment.