Squashed commit of the following:
- auto game restart after killing game thread
- detect_leaks 0 for dap
- excludes to backup
- fixed typo "suff"
- another one
- added new mime
- added serv sync script
- unset qt theme for mumble
- switched to printf on kaomoji-picker
- moved stuff from wayland to hyprland
- keybind to kill GameThread
This commit is contained in:
3
env/.config/nvim/after/plugin/dap.lua
vendored
3
env/.config/nvim/after/plugin/dap.lua
vendored
@@ -59,6 +59,9 @@ if ok then
|
||||
end,
|
||||
cwd = '${workspaceFolder}',
|
||||
stopOnEntry = false,
|
||||
env = {
|
||||
ASAN_OPTIONS = "detect_leaks=0"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user