Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustaveikaas/nvim-config
Personal nvim config
https://github.com/gustaveikaas/nvim-config
Last synced: about 1 month ago
JSON representation
Personal nvim config
- Host: GitHub
- URL: https://github.com/gustaveikaas/nvim-config
- Owner: GustavEikaas
- License: gpl-3.0
- Created: 2024-01-05T18:05:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T18:02:40.000Z (8 months ago)
- Last Synced: 2024-05-08T19:25:46.874Z (8 months ago)
- Language: Lua
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Personalized nvim config for TS Code editing
## Prerequisites
- Choco
- Zig
- Neovim## DAP
C# requires netcoredbg to be in path## Spotify
Install spotify-tui
```bash
choco install spotify-tui
```## DBUI
### Prerequisites
1. sqlcmd### Example
1. :DBUI
2. A
3. sqlserver://root:yourpassword@localhost/dbname?TrustServerCertificate=true## Roslyn
1. Install C# devkit from vscode extensions
2. open `~/.vscode/extensions/ms-dotnettools.csharp-.../.roslyn/`
3. Copy all contents into `nvim-data/roslyn`