Toni Müller

Results 87 comments of Toni Müller

I was able to run the tests via `:PlenaryBustedFile %` while in the spec file. This should be documented.

> A very simple basic auth would be great! Why it's possible to add this also with a reverse proxy as of now to access the UI securely, the RSS...

Ahh, I see. I use [AntennaPod](https://antennapod.org) which allows basic auth by design. Maybe you could ask at Pocket Casts, if they add an option to enable basic auth?

Something like this: ```lua condition = function(buf) local fn = vim.fn local utils = require("auto-save.utils.data") if fn.getbufvar(buf, "&modifiable") == 1 and utils.not_in(fn.getbufvar(buf, "&filetype"), {"markdown"}) then return true -- met condition(s),...

Wow, good find. I can reproduce that. Will have a look!

From the very first glance, I have this problem because of the `mini.pairs` plugin. When you press enter inside brackets it nicely formats the text, so instead of ``` {...

This got fixed by `mini.pairs`, see https://github.com/echasnovski/mini.nvim/issues/1273

> I'm actually on a Mac, using ESET Cyber Security Pro. Shutting it down, or adding a rule to allow all connections from localhost to localhost is what fixed the...

Hi @marko1777 , sorry for this taking so long. Could you try `noautocmd = false` in the config? My guess is that there is something listening on the save event...

For me it's in `.cache/nvim/` I saw this issue you are having in other issues as well in the original plugin: https://github.com/pocco81/auto-save.nvim/pull/87 Maybe it's related to auto-format?