From fb16a6a3f0de9bcd6586cba640490a1dbbfdee7e Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Tue, 29 Jul 2025 11:22:09 +0530 Subject: [PATCH] chore(neovim): Remove dotnet from README & formatting config --- README.md | 4 ---- common/.config/nvim/lua/plugins/formatting.lua | 5 ----- 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 7e5437e..414a0c8 100755 --- a/README.md +++ b/README.md @@ -41,13 +41,9 @@ Any package not available are *skipped*. - Appimagelauncher: - Zoho Mail: - Zoho Workdrive: - - Jetbrains-Toolbox: - - Sublime-Text: - Debian & Ubuntu: - Add non-free and backport sources, then run the `install-os-packges.sh` again - Ulauncher: -- Debian: - - Dotnet8: ## Test diff --git a/common/.config/nvim/lua/plugins/formatting.lua b/common/.config/nvim/lua/plugins/formatting.lua index d2e8b2e..126fe8e 100644 --- a/common/.config/nvim/lua/plugins/formatting.lua +++ b/common/.config/nvim/lua/plugins/formatting.lua @@ -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" }, - }, }, }, },