mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 00:31:44 +05:30
chore(neovim): Remove dotnet from README & formatting config
This commit is contained in:
@@ -41,13 +41,9 @@ Any package not available are *skipped*.
|
||||
- Appimagelauncher: <https://github.com/TheAssassin/AppImageLauncher/releases>
|
||||
- Zoho Mail: <https://downloads.zohocdn.com/zmail-desktop/linux/>
|
||||
- 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:
|
||||
- Add non-free and backport sources, then run the `install-os-packges.sh` again
|
||||
- Ulauncher: <https://ulauncher.io/#Download>
|
||||
- Debian:
|
||||
- Dotnet8: <https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install>
|
||||
|
||||
## Test
|
||||
|
||||
|
||||
@@ -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