David Lewis
David Lewis
The marks in snippets are defined as ${1:Value}. I would like to be able to skip this mark (Keep the first mark as Value), and move to the next one....
**Describe your proposed improvement and the problem it solves.** The current method of defining fenced code attributes breaks syntax highlighting in git hosting sites (tested in github, codeberg). For example:...
First I want to say that I really appreciate the design of radian, its much easier to read than the default. I get output on all characters like I have...
The current version of pypi-deps-db in the flake.lock file is over 5 months old. This should be super quick, `nix flake update` or just manually update the lock file.
This is the same issue as #389. This seems to be a problem for several packages. I ran into this issue with the `black` package. I had to use dependency...
It would be amazing if there could be a `mkSingularityImage` function for [singularity containers](https://docs.sylabs.io/guides/3.5/user-guide/introduction.html). As far as I can tell, implementation will be very similar to the existing `mkDockerImage` function...
**Is your feature request related to a problem? Please describe.** There is no easy way to have a user input a file path. Some sort of file chooser dialog that...
### Description of the bug Created module files only have read permissions. This is odd because the user has to edit the module file once it is created. ### Command...
I made an [issue on the luasnip repo](https://github.com/L3MON4D3/LuaSnip/issues/621) and was directed here. > Add support for [yasnippet syntax](https://joaotavora.github.io/yasnippet/snippet-development.html). This would be great for snippet compatibility with emacs. Yasnippet collections [exist](https://github.com/AndreaCrotti/yasnippet-snippets)...
Say I want to use a custom definer in a `:general` block like so: ```elisp (use-package general :config (general-create-definer leader :states '(normal) :prefix "SPC")) (use-package counsel :general (leader "f" 'counsel-find-file))...