Replace Postman with a native Neovim REST client to SUPERCHARGE your workflow

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 28

  • @ascourter
    @ascourter Год назад +8

    Thanks! This is pretty handy. I have been considering creating a Postman plugin to streamline the process with Telescope. This gives me a few ideas.

    • @bjcampolo
      @bjcampolo  Год назад

      Glad it was helpful!

    • @cristhiamtovar9003
      @cristhiamtovar9003 Год назад +1

      Oohh thanks God, just what I need, because I didn't figure out how to install this plugin using the Lazyvim distro

  • @piotrhaasiewicz2522
    @piotrhaasiewicz2522 11 месяцев назад

    bloody fantastic - what I got stuck on for a moment is that order of sections matters - headers after GET were ignored. This is stated in the description of the block in the readme of the plugin but was not explicit enough for my squirrel brain :)

    • @bjcampolo
      @bjcampolo  11 месяцев назад +1

      Good point! I failed to mention that in the video

  • @salimkachemela
    @salimkachemela 8 месяцев назад +1

    Could you please give some configurations on setting up jdtls in neovim. I've tried so many times and it still doesn't work

    • @bjcampolo
      @bjcampolo  8 месяцев назад +1

      The timing of your question is nearly perfect. I'm halfway done with a JDTLS video and it should be posted in about a week.

    • @salimkachemela
      @salimkachemela 8 месяцев назад

      Awesome, can't wait!

    • @bjcampolo
      @bjcampolo  7 месяцев назад

      Finally got the JDTLS video published and released a new Neovim Starter Kit for Java to my github:
      ruclips.net/video/TryxysOh-fI/видео.html

    • @salimkachemela
      @salimkachemela 7 месяцев назад

      @@bjcampolo Awesome. Actually I was the first to like your video. Still implementing will let you know of the progress.

    • @bjcampolo
      @bjcampolo  7 месяцев назад +1

      @@salimkachemela Then you are officially my #1 fan! 😀

  • @samuelpx
    @samuelpx Год назад

    Yo! make a video on porting your setup to lazy-vim, if you ever get to it, it seems straightforward but some config syntax confused me

    • @bjcampolo
      @bjcampolo  Год назад

      I actually just made one last week 😀 Check it out here: ruclips.net/video/IKiBluTQ9ts/видео.htmlsi=7sx6PQw9m2LmUQyR

  • @axelayala5275
    @axelayala5275 Год назад

    really nice video

  • @007JayP007
    @007JayP007 Год назад

    I am interested in how you managed to put another statusline in between your editor and the terminal, do you mind sharing your dotfiles or explaining that? Looks really clean and neat.

    • @bjcampolo
      @bjcampolo  Год назад

      If I'm understanding you correctly, this is the lualine plugin

    • @007JayP007
      @007JayP007 Год назад

      @@bjcampolo Thanks for your answer. I was mistaken. I see now that you are probably using Tmux or another multiplexer for your terminal.

    • @bjcampolo
      @bjcampolo  Год назад

      @@007JayP007 that's right, I use tmux

  • @axel_so
    @axel_so 4 месяца назад

    I use vim and love it but come on there is a tool named curl, there is no need to create or use a vim plugin for this

    • @bjcampolo
      @bjcampolo  4 месяца назад +1

      @@axel_so This plugin uses curl under the hood and all of the curl options work here as well so it is just a convenient way to run curl from within vim.

  • @sharonye8297
    @sharonye8297 Год назад

    beautiful

  • @gustavojoaquin_arch
    @gustavojoaquin_arch Год назад

    Great, btw i use neovim

  • @kumar-jatin-2000
    @kumar-jatin-2000 3 месяца назад

    Vim rest console is a dead project. You should use rest-nvim instead. It is lua based. You can do a lot more with it. Assign variables, environment variables, extract json response and use it as a variable and so much more more. While you can do this using vim rest console too, since curl now supports variable.

    • @bjcampolo
      @bjcampolo  3 месяца назад +1

      @@kumar-jatin-2000 I'll check it out, thanks. I've been using vim rest console professionally for about a year with no issues or missing features.