Steve Dignam

Results 174 comments of Steve Dignam

I think you need to call it without the `-` like `:Neoformat clangformat`

PRs are always welcome. Thanks!

I think that makes sense. Ideally all definitions would look for local settings files so that the user doesn't have to override anything in their `init.vim`

you can use `let shiftwith = &sw` or similar to get it as a variable and then just add it to array of args

Oh, you'd need to check for the existence of the config file and not add the params when the config file exists. Probably need to walk the directories or similar.

Neoformat doesn't have any alias support for filetypes, so you can create a new `nasam.vim` file and import the function from `asm.vim` to reuse.

Not currently, your best bet is to define a mapping for what you are already doing.

Doesn't Neoformat just run the enabled formatters until it finds one that successfully exits? If so, then Neoformat would just format with `black` if available and never reach `yapf`. edit:...

Yeah monkey patching `__class_getitem__` should always be safe in Celery as they don't use that method at all

I can reproduce on iOS 17.2.1 Safari -- having trouble with the dev environment, seems like it's only happening in prod 🤔 Edit: after messing around in chrome, replacing the...