nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.77k stars 16.76k forks source link

Automatically set detached state as needed. #925

Closed PerMalmberg closed 1 month ago

PerMalmberg commented 1 month ago

Hi,

Here's a fix to automatically set the detached state for delve based on the OS. Gives a better first-time experience when delve doesn't crash :)

PerMalmberg commented 1 month ago

Updated as requested, works on my machine :)