A nvim configuration with sensible defaults. Supports C#, JS, TS & Angular projects.
In order to use this configuration you'll need the following dependencies:
winget install BurntSushi.ripgrep.MSVC
winget install zig.zig
winget install junegunn.fzf
winget install Microsoft.DotNet.SDK.9
winget install OpenJS.NodeJS
[System.Environment]::SetEnvironmentVariable('XDG_DATA_HOME', 'D:\', 'User')
[System.Environment]::SetEnvironmentVariable('XDG_CONFIG_HOME', 'D:\dotfiles', 'User')
brew install ripgrep
brew install fzf
brew install --cask dotnet-sdk
brew install node