Use Github in Neovim - octo.nvim

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 22

  • @ascourter
    @ascourter  Před rokem +4

    What else should I cover with Github in Neovim? More octo.nvim and gh-dash?

    • @danporter2453
      @danporter2453 Před 11 měsíci

      This definitely seems like a plugin you could do a few videos on and dive into some more details.

    • @ascourter
      @ascourter  Před 11 měsíci

      @@danporter2453 I agree. Definitely plan on digging in more. Let me know if there are any specific workflows you are interested in!

    • @danporter2453
      @danporter2453 Před 11 měsíci

      @@ascourter I haven’t tried hard enough to make Octo work. I get kind of scared it’s going to do something I don’t want, or that it will do something that breaks my companies templates or processes. I need to try it out on my own repo.

    • @ascourter
      @ascourter  Před 11 měsíci

      @@danporter2453 I can definitely emphasize with this. I had the same fear. You could try just listing and viewing existing PRs first. As long as you don't write the buffer then you should be ok for the most part.

    • @josefernandomoralesdeleon8514
      @josefernandomoralesdeleon8514 Před 7 měsíci

      This has happened to me before so many unwanted merges to master. I really like the concept of it but until there is a “safe mode” to prevent any wanted merges or pr closes then I will stay out of it

  • @KadenCartwright
    @KadenCartwright Před rokem +3

    This is gonna save me from leaving the terminal so much. I love it!

  • @blakenall5004
    @blakenall5004 Před rokem +1

    Great video overall. Short and sweet, well done. Please keep making these, I just got into nvim a week or so ago, would love to see more tutorials similar to this for some hidden gem plugins.

  • @danporter2453
    @danporter2453 Před 11 měsíci +1

    Nice clean/concise intro to this plugin.

  • @cody_codes_youtube
    @cody_codes_youtube Před rokem +4

    Yeah buddy! Nice work and nice intro!

  • @rafaelmdurante
    @rafaelmdurante Před 6 měsíci

    Nice content, man! Quick question, what is the very bar at the bottom there - that contains nvim, the date, time etc? Is that part of the nvim status bar? How would you config that? Thanks a mill!

    • @ascourter
      @ascourter  Před 6 měsíci

      Thanks! That line is from tmux. Check out my config file here: github.com/exosyphon/dotfiles/blob/main/.tmux.conf
      You can also check out my video on it too if you want more context

    • @rafaelmdurante
      @rafaelmdurante Před 5 měsíci

      @@ascourter cool! Thanks, man! Didn’t know we could change the tmux green line. Awesome!

  • @zehph
    @zehph Před 8 měsíci +1

    Have you setup the aucmd to set the keybindings for @ and # autocompletion on octo files? The idea sounds appealing to me, but I'm lacking the understanding on ftplugins and aucmd to figure out how to do it properly and doing it outside that context would be a problem.
    Maybe you have seen someone do something similar and I could look at the code?
    Thanks in advance.

    • @ascourter
      @ascourter  Před 8 měsíci

      I created a video on autocommands that might be helpful. I'll check this out though and see what I can come up with

  • @PhanorColl
    @PhanorColl Před 6 měsíci

    great video, but I'm getting an error "You are not logged into any accounts on pers" , but if I use :!gh issue list, it works, perhaps I'm missing a configuration step..

    • @ascourter
      @ascourter  Před 6 měsíci +1

      Oh interesting. You might submit an issue for octo.nvim, they are pretty responsive with errors that come up.

    • @PhanorColl
      @PhanorColl Před 6 měsíci

      @@ascourter yeah, I just posted in the discuss board. hopefully they'll reply soon, I cant wait to use this package and stop using GH in a separate tab.