docs(csharp): add formatter docs
This commit is contained in:
parent
ebfc190559
commit
274b6e2d4d
1 changed files with 10 additions and 3 deletions
|
@ -45,15 +45,22 @@ This module requires:
|
||||||
- .NET SDKs (on Windows)
|
- .NET SDKs (on Windows)
|
||||||
- .NET Core 1.X - 3.X or .NET 5 for cross platform
|
- .NET Core 1.X - 3.X or .NET 5 for cross platform
|
||||||
- omnisharp-rosyln (if [[doom-module:+lsp]])
|
- omnisharp-rosyln (if [[doom-module:+lsp]])
|
||||||
|
- [[doom-executable:csharpier]] (if [[doom-module::editor format]])
|
||||||
|
|
||||||
** TODO MacOS
|
** mono
|
||||||
|
*** TODO MacOS
|
||||||
|
|
||||||
** Arch Linux
|
*** Arch Linux
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
pacman --needed --noconfirm -S mono
|
pacman --needed --noconfirm -S mono
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** TODO NixOS
|
*** TODO NixOS
|
||||||
|
|
||||||
|
** csharpier
|
||||||
|
#+begin_src shell
|
||||||
|
dotnet tool install csharpier -g
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* TODO Usage
|
* TODO Usage
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue