5 Neovim Plugins To Improve Your Productivity

Поділитися
Вставка
  • Опубліковано 6 лют 2025

КОМЕНТАРІ • 50

  • @cretezy
    @cretezy  Рік тому +1

    Check out my tutorial on Leap, a Neovim plugin to make you move faster!
    ua-cam.com/video/d2GvyXXlNa0/v-deo.html

  • @tonyjaradev
    @tonyjaradev Рік тому +76

    Lord knows I always need more plugins

  • @mxc_clips
    @mxc_clips Рік тому +13

    Keep the nvim videos coming. Learning more and more everyday and these videos help

  • @347Online
    @347Online 6 місяців тому

    this video is so good!
    it seems like so many vim videos are all about the exact same few plugins, thanks!

  • @pnel
    @pnel Рік тому +1

    Thanks for doing these AstroNvim specific videos - much appreciated 👏

  • @runelausen1135
    @runelausen1135 4 місяці тому +1

    A nice detail of the surround plugin is that when surrounding with the various bracket types you can choose if you want those ugly spaces inside the brackets. E.g., if somewhere in a word "word", ysiw( results in "( word )" like shown in the video while ysiw) results in "(word)". I use the latter all the time :-). Same principle for {} and [].

  • @souravpakhira
    @souravpakhira Рік тому +3

    Thanks for making video. Please make more videos on neovim and stuff it really helps for new users.

  • @omarmagdy1075
    @omarmagdy1075 Рік тому +10

    nvim-surround also works with tags in html, xml which is very useful, cst will change the surrounding tag

  • @code_explorations
    @code_explorations Рік тому +1

    I enjoyed this and would love to see more videos on neovim plugins. Not the headline ones that everyone knows, but useful things like adding custom text objects, advanced treesitter, and more.

  • @MrLotrus
    @MrLotrus Рік тому

    Great list of plugins!

  • @KuzyoYaroslav
    @KuzyoYaroslav Рік тому

    Installed Treesj and nvim-bgf. Thank you.

  • @Redyf
    @Redyf Рік тому

    The first one is pretty cool, thanks for sharing

  • @no_name4796
    @no_name4796 8 місяців тому +1

    The nvim-surround feels like it should be in core neovim. I mean we have motions to modify inside a selection, it would make sense to extend those to allow modifying around a selection
    And the chanche of it happening is not zero, since they already added the commenting plugin as a builtin feature!

  • @lpanebr
    @lpanebr Рік тому +1

    TreeSJ looks very interesting. Thanks!

  • @Segosh
    @Segosh Рік тому +2

    nvim-surround is awesome! thanks

  • @a_maxed_out_handle_of_30_chars

    thank you, very cool :)

  • @hotdog2c
    @hotdog2c Рік тому

    Awesome video! This could easily be a series

  • @sagojez
    @sagojez Рік тому

    Can you do a full tutorial on nvim-bqf?

  • @mitreshdabhi9630
    @mitreshdabhi9630 Рік тому +1

    which theme are you using? great video btw 👍

  • @odoenet
    @odoenet Рік тому

    Awesome! Yesterday I was just wondering if there was a way to get previews with qf after doing some vimgrep. Thanks!

  • @rockyzhang24
    @rockyzhang24 Рік тому +1

    nvim-bqf is fantastic.

  • @ubandog
    @ubandog Рік тому

    How do you get the highlighting for when you're selecting a word, etc.?

  • @seshadribasava2801
    @seshadribasava2801 Рік тому

    Awesome videos, they are very helpful. Can you make a video on lazy package manager? It would be very helpful.

    • @seshadribasava2801
      @seshadribasava2801 Рік тому

      @Cretezy while using auto pairs in insert mode how to get past the closing pair ?
      I mean: when I type " ( " it types "()". after typing the text how do I move past the closing brace ?

    • @code_explorations
      @code_explorations Рік тому

      @@seshadribasava2801To move past the closing bracket, type it.

  • @DTorange1
    @DTorange1 Рік тому

    nvim-bqf is not working for me. Smth wrong with parsing treesitter

  • @emperorpicard4901
    @emperorpicard4901 10 місяців тому

    Maybe I am just being dense, but I don't get the point of trouble when nvim already includes quickfix?

  • @MrSpeedFrk
    @MrSpeedFrk Рік тому

    IntellIj is still my go to ide to get stuff done, neovim is fun and great and all but when you are dedicating a good chunk of time to constantly updating , replacing plugins , the boilerplate config unwinding config / binding conflicts and lookup and ask yourself where did you your day go while having to have a jira completed by tomorrow this hits home pretty quickly

  • @shyam2305
    @shyam2305 Рік тому

    what theme is this?

  • @danielj4860
    @danielj4860 Рік тому

    nice video, anyone know if its possible to do vim-surround without a plugin?

  • @vanvothe4817
    @vanvothe4817 Рік тому +1

    fzf-vim, tagalong, fugitive, oil-nvim

  • @MrSpeedFrk
    @MrSpeedFrk Рік тому

    surround plugin has been around in vim for ages

  • @AyoDamilareMichael
    @AyoDamilareMichael 7 місяців тому

    Double click the word + shift + quote

  • @sinaebr7337
    @sinaebr7337 Рік тому

    i think surround should default amd not installed as plugin

  • @ysomad
    @ysomad 11 місяців тому

    trouble is useless since you can just show all errors and warnings in telescope. Also LSP provides "code actions" for quick fix

  • @LinuxForLife
    @LinuxForLife Рік тому

    Very interesting! Thanks for sharing. 👍👍👍

  • @Linuxdirk
    @Linuxdirk Рік тому

    I dislike plugins cluttering their keys all over the alphabet ... The surround plugin's key combinations should all start with s.

    • @QckSGaming
      @QckSGaming Рік тому +1

      That's why you should always make your own bindings over the default ones. I like to bind everything in the way of sd i.e. "custom thing" "surround" "delete"

    • @viveroz
      @viveroz Рік тому

      There's a plugin called mini-surround where all the surrounding key maps start with s

    • @locker47
      @locker47 Рік тому

      It's setup that way by default so it stays consistent with vim's verb-noun "vocabulary" for keymaps, like "cw" stands for "change word" and "d3w" for "delete 3 words". Besides, "s" by itself is already mapped by default to "substitute", but of course you can change any of these to whatever you want.