feat: Add better terminal
This commit is contained in:
parent
7cacef1705
commit
8633e56645
11 changed files with 107 additions and 95 deletions
|
|
@ -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 = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue