Ilya Ilyinykh
Ilya Ilyinykh
### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description I guess it'd be useful to add built...
Opened a draft of the https://github.com/diffplug/spotless/issues/200 Hope this looks fine!
As a user I want to be able: - run test `:GoTest ./...` - run `:make verify` or any other command from my `Makefile`. You can reproduce the issue here:...
## Describe the bug Cannot Crete a note if the subdirectory doesn't already exist. ## To Reproduce Try to create a daily note without diary dir. ## Expected behavior Plugin...
## Is your feature request related to a problem? Please describe. As a user I want something similar to Obsidian Calendar Plugin. ## Describe the solution you'd like I want...
## Is your feature request related to a problem? Please describe. I want to easily copy a link to a note i'm working on. This allows me to easily reference...
## Is your feature request related to a problem? Please describe. Obsidian allow me to interact with TODO-list item using commands: - toggle bullet list, - toggle checkbox status. That'd...
## Is your feature request related to a problem? Please describe. As a user I want tot have a way to search through **all** todos in the vault. ## Describe...
I added support for `return true, nil` and code like this. This is useful, because we have multiple parameters all over the code `(T, error)`. More examples in the tests.