Skip to content

Commit

Permalink
Update README to reflect changes needed for csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed May 6, 2024
1 parent b735a0f commit 2e74f0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ If you are experiencing issues, please make sure you have the latest versions.
External Requirements:
- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)
- [fd](https://github.com/sharkdp/fd)
- Clipboard tool (xclip/xsel/win32yank or other depending on platform)
- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons
- if you have it set `vim.g.have_nerd_font` in `init.lua` to true
Expand Down Expand Up @@ -227,3 +228,11 @@ sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim
```
</details>

# CSharp
Add the following to the .csproj file to point to the .editorconfig file stored in this repository.
```xml
<ItemGroup>
<EditorConfigFiles Include="/home/sully/.config/nvim/.editorconfig" />
</ItemGroup>
```

0 comments on commit 2e74f0e

Please sign in to comment.