Cezary Drożak
Cezary Drożak
I tried creating an account, but did not get an activation e-mail. The page suggested to contact you, but there is no contact e-mail anywhere. My e-mail is [email protected].
Paths referenced by plugins.luasnip.from{Lua,Snipmate,Vscode}.*.paths are removed by `nix store gc`
### Discussed in https://github.com/nix-community/nixvim/discussions/2162 Originally posted by **cezdro** September 4, 2024 I configured the snippet path using the relative path like in [the example](https://nix-community.github.io/nixvim/plugins/luasnip/fromLua.html#pluginsluasnipfromlua). However, at one point the snippets...
### Related problem A relatively common case in programming is resource clean up. In shell scripting I mainly use it for removing lock files and other temporary files. ### Describe...