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

@@ -41,13 +41,9 @@ Any package not available are *skipped*.
- Appimagelauncher: <https://github.com/TheAssassin/AppImageLauncher/releases> - Appimagelauncher: <https://github.com/TheAssassin/AppImageLauncher/releases>
- Zoho Mail: <https://downloads.zohocdn.com/zmail-desktop/linux/> - Zoho Mail: <https://downloads.zohocdn.com/zmail-desktop/linux/>
- Zoho Workdrive: <https://www.zoho.com/workdrive/desktop-sync.html> - Zoho Workdrive: <https://www.zoho.com/workdrive/desktop-sync.html>
- Jetbrains-Toolbox: <https://www.jetbrains.com/toolbox-app/>
- Sublime-Text: <https://www.sublimetext.com/docs/linux_repositories.html>
- Debian & Ubuntu: - Debian & Ubuntu:
- Add non-free and backport sources, then run the `install-os-packges.sh` again - Add non-free and backport sources, then run the `install-os-packges.sh` again
- Ulauncher: <https://ulauncher.io/#Download> - Ulauncher: <https://ulauncher.io/#Download>
- Debian:
- Dotnet8: <https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install>
## Test ## Test

View File

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