A nvim configuration with sensible defaults. Supports C#, Elixir, Lua, JS, TS & Angular projects.
In order to use this configuration you'll need the following dependencies:
winget install BrechtSanders.WinLibs.POSIX.UCRT
winget install BurntSushi.ripgrep.MSVC
winget install junegunn.fzf
winget install Microsoft.DotNet.SDK.10
winget install OpenJS.NodeJS
bun add -g tree-sitter-cli
# or
npm install -g tree-sitter-cli[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@10
brew install node
brew install tree-sitter-clidotnet tool install -g easydotnet
dotnet tool install -g dotnet-outdated-tool
dotnet tool install -g dotnet-ef