Support custom filename formatting #168
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
arduinohatesme/leetcode.nvim!168
Loading…
Reference in a new issue
No description provided.
Delete branch "jayeheffernan/config_format_filenames"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds a way to control the format of the question filenames, by passing a function in your config. Here's a sample config that uses it:
Motivation
I wanted to use
src/binin a Rust project as a home folder, so that LSP stuff and commands likecargo fmtandcargo testwork smoothly. But I ran into this problem (e.g. runningcargo test):So I want the filenames not to include ".".
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.