Aadvik Pandey

Results 14 comments of Aadvik Pandey

I was just about to raise this issue as well! the current workaround is quite jarring since it forces me to break from the pure "atomic" workflow and write my...

I would really like this to happen. Currently building a code-editor into my Web App, but it's really annoying to have the editor shout at you for using comments in...

So the apparently the version for `google-api-python-client` and `google_auth_oauthlib` seemed to be out of date. I simply ran `pip3 install --upgrade` and froze the changes to the requirements file. Rest...

Hey! glad it worked for you. Unfortunately no as stated in #2, We are handling the files in a "local-first" manner, eg your local files are associated with their remote...

Let me see what I can do!

I really appreciate that Ostap! Will keep that in mind (b ^ ^)b

Alright, Done! I added a new command `:Gdoc fetch-doc`, it can be used like so `:Gdoc fetch-doc 1_mfbkR3FQeAaqEbDuqggk7j1RyS9hHeyeftBRXMCwrA` and it will load the document with the id, put it in...

![image](https://github.com/Aadv1k/gdoc.vim/assets/81357878/ac349157-26d4-4536-97bb-4d7f6444ca3a) I got it from the URL bar, it looked like the most straightforward approach, atleast for now

Well, embarassing as it is, I messed up. In my haste I apparently messed up some white-space indentation. You may wanna run `PlugUpdate` sorry! (if that doesn't work, try re-instaling...

Yeah, that seemed like the only issue. It seems I have gotten a bit rusty in vimscript! I might develop something similar for emacs too 🤔