August Masquelier

Results 13 issues of August Masquelier

## Problem I'm trying to use an `autocmd` via the [remote-plugin](https://pynvim.readthedocs.io/en/latest/plugin-decorators.html#pynvim.plugin.autocmd) documentation, and running into errors. ```bash $ python -V Python 3.8.6 $ pip -V pip 19.3.1 from /usr/lib/python3.8/site-packages/pip (python...

### FAQ - [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem. ### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and there are no issues with...

bug

# Configuration ```lua require("scrollbar").setup({ handlers = { diagnostic = true, search = false, }, }) ``` # Version `NVIM v0.7.0-dev+839-g09d270bce` # Behavior & reproduction 1. Open a buffer 2. Vertically...

bug
help wanted

### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.html ### Feature value General customization of the agenda view & supporting more features from _Emacs Orgmode_...

core-feature

Still need to do some more testing, but the idea here is to support global ignore configuration on top of whatever is found within the directories of the given project....

I have beyond zero experience with JS-flavor languages, but am interested in adding _Oracle_ support. Would the best place to base my ventures off of be something like [this](https://github.com/joe-re/sql-language-server/commit/6d9fdff59a43727a236b5e171d8075bc0fc57d78) commit...

Any plans to do something like this? The benefit of direct fixtures would be sharing them amongst tests and accessing them in an "easy" way (especially for those that are...

Heads within a `pink` Hydra that have `{ exit = true }` seem to work just fine, but when explicitly calling `Hydra:exit()` the hint is closed but the keys are...

Generally speaking, this PR serves to allow the user to do something like: `hi link OrgPriorityC @text.note` to get something like: ![image](https://github.com/nvim-orgmode/orgmode/assets/31262046/5e22f214-5273-498c-a95b-b63894d9679a) [Officially](https://orgmode.org/manual/Priorities.html) it does not seem there is support...

### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version v0.10.0-dev-886+gb263c73b0 ### Neorg...

bug