chore(neovim): Remove dotnet from README & formatting config

This commit is contained in:
Pratik Tripathy
2025-07-29 11:22:09 +05:30
parent ae6d1cebb8
commit fb16a6a3f0
2 changed files with 0 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ return {
opts = {
formatters_by_ft = {
bash = { "shfmt", "shellharden", stop_after_first = true },
cs = { "csharpier" },
css = { "prettierd", "prettier", stop_after_first = true },
graphql = { "prettierd", "prettier", stop_after_first = true },
html = { "prettierd", "prettier", stop_after_first = true },
@@ -71,10 +70,6 @@ return {
"-gitignore_excludes",
},
},
csharpier = {
command = "dotnet-csharpier",
args = { "--write-stdout" },
},
},
},
},