feat: Add better terminal

This commit is contained in:
Fabio Lenherr / DashieTM 2023-10-22 16:12:38 +02:00
parent 7cacef1705
commit 8633e56645
11 changed files with 107 additions and 95 deletions

View file

@ -75,6 +75,8 @@ return {
for w in rust_dap:gmatch("([^/]+)") do
filename = w
end
filename = filename:gsub("-", "_")
filename = string.lower(filename)
dap.configurations.rust = {
{