-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remote usage: POC!! #86
Conversation
actually can just use cURL for this! will update later |
basically just |
Personally I would like to see it as an additional plugin that would extend dirvish instead of adding such functionality directly. |
mostly just opened a pr for advice/feedback. don't really think this will ever mature at all |
@justinmk need some help with this: 96a17f6#diff-9bbb7c6a1278ae4fda0476d24641162aR291 . without the change here i was experiencing complete vim hangup from sourcing many irrelevant filetypes syntax files. maybe it has to do with |
Seems to be related to not having a altbufname, e.g. |
instead of a hang, this error appears, if you have completely disabled netrw with edit: and without my small change
|
using all characters `[^][?#!$&'()*+,;=]` literally
@justinmk https://github.com/justinmk/vim-dirvish/compare/master...bounceme:patch-1?w=1#diff-9bbb7c6a1278ae4fda0476d24641162aR405 isn't relevant to this pr, but allows an nameless buffer to be preserved, since edit will take it over instead of making another buffer. should that be a different p.r.? |
sure... |
probably just going to forego this patch, repackaging it as a external collection of viml hacks, atleast so i can disable netrw. |
scratch that last comment. the ugliness required to make something work, with all the altbuf, prevbuf, isdirectory/isreadable, code, needs a rewrite to be honest |
a rewrite ... ? |
most functions currently have those things. so its not practical really, either to try and work around or make an api |
don't worry, im not going to be starting a rewrite pr |
That's where the strategies approach would come in. |
@bounceme cool, I'll try it out. |
@bounceme that wouldn't work with ssh would it? |
no, im working on it though haha. just need to comprehend |
if curious, i think im going with |
got it working with ssh! Only working with the |
https://github.com/justinmk/vim-dirvish/compare/master...bounceme:patch-1?w=1 : cleaner diff