Skip to content

Commit

Permalink
feat(pack): add conform csharpier registrations to cs and `cs-omnis…
Browse files Browse the repository at this point in the history
…harp` (#1300)

feat(pack): add conform csharpier registrations
  • Loading branch information
ahmtsen authored Dec 25, 2024
1 parent f3701bc commit 31e12fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/cs-omnisharp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,13 @@ return {
table.insert(opts.adapters, require "neotest-dotnet"(require("astrocore").plugin_opts "neotest-dotnet"))
end,
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
cs = { "csharpier" },
},
},
},
}
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/cs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,13 @@ return {
table.insert(opts.adapters, require "neotest-dotnet"(require("astrocore").plugin_opts "neotest-dotnet"))
end,
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
cs = { "csharpier" },
},
},
},
}

0 comments on commit 31e12fd

Please sign in to comment.