mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore(neovim): Remove dotnet from README & formatting config
This commit is contained in:
@@ -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" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user