https://github.com/sonnyrr/vk-nvim
🌊 My personal Neovim configuration.
https://github.com/sonnyrr/vk-nvim
angular csharp dotnet javascript lsp lua neovim nvim nvim-configuration typescript
Last synced: 7 months ago
JSON representation
🌊 My personal Neovim configuration.
- Host: GitHub
- URL: https://github.com/sonnyrr/vk-nvim
- Owner: SonnyRR
- License: mit
- Created: 2025-03-10T18:39:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T18:44:58.000Z (7 months ago)
- Last Synced: 2025-06-22T19:37:15.374Z (7 months ago)
- Topics: angular, csharp, dotnet, javascript, lsp, lua, neovim, nvim, nvim-configuration, typescript
- Language: Lua
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏝️ Vasil Kotsev's Neovim Config
A nvim configuration with sensible defaults. Supports C#, JS, TS & Angular projects.

## Pre-requisites
In order to use this configuration you'll need the following dependencies:
### 🪟 Windows
#### 📦 Packages
```powershell
winget install BurntSushi.ripgrep.MSVC
winget install zig.zig
winget install junegunn.fzf
winget install Microsoft.DotNet.SDK.9
winget install OpenJS.NodeJS
```
#### ⚗️ Variables (Optional)
```powershell
[System.Environment]::SetEnvironmentVariable('XDG_DATA_HOME', 'D:\', 'User')
[System.Environment]::SetEnvironmentVariable('XDG_CONFIG_HOME', 'D:\dotfiles', 'User')
```
### 🍎 MacOS
#### 📦 Packages
```shell
brew install ripgrep
brew install fzf
brew install --cask dotnet-sdk
brew install node
```