An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🏝️ Vasil Kotsev's Neovim Config

A nvim configuration with sensible defaults. Supports C#, JS, TS & Angular projects.

![Screenshot 2025-03-11 at 21 18 49](https://github.com/user-attachments/assets/2d94b26f-f8ba-4717-85be-0375ce3fe5ae)

## 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
```