Aaron Dill
Aaron Dill
this was fixed by #59 and can now be closed 😃
@axieax I can not reproduce this either. Is your vim config available online?
Have you tried reproducing this since your migration to `lazy.nvim`?
is this fixed? #35 was merged
is this fixed after #69?
@sstark not quite. this is an issue we're currently working on actually. please see this comment for a description of how it actually works: https://github.com/lambdalisue/suda.vim/issues/61#issuecomment-1990924321 and if you can come...
This issue is fixed by #58
@lambdalisue Line 18 of autoload/suda.vim needs to be changed to fully support doas (when a password is needed)
@acid-bong I've looked at the source for doas, and it seems there's no way to pass a password to stdin, instead of requiring a terminal. Changing line 18 (see above)...
> @aarondill a possible solution could be found somewhere in Emacs' [`tramp.el`](https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/tramp.el?h=emacs-28) (for current stable branch, emacs-28), doas is one of the preconfigured privilege elevation tools in it. I know...