jellydn / jellydn/quick-code-runner.nvim
Bug?: opts are not merged
Open
enhancement
good first issue
- Dominant language
- Lua
- Stars
- 25
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In case if I do:
```lua
opts = {
file_types = {
d = { "dub run --single" }
}
}
```
All of the default file_types are lost (i.e I'm not able to run js files)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.