I’ve been absolutely loving treesitter. It’s come a long way and it’s been absolutely great for things like folds, motions, highlights of course. Now that I’ve finally gotten familiar with writing my own queries I can extend the existing plugins. As an example I’ve added folds to blocks of multiple consecutive comments in JS and Ruby.

What are some of your favorites?

  • Scraft161
    link
    fedilink
    41 year ago

    I made a similar post on my home instance.

    The big ones from that are CoQ (fast as fuck autocompletion using neovim’s builtin lsp) it’s artifacts for commonly snippets and ChadTree (nerdtree replacement made by the same person) I rely on both way more than I’d like to admit and they take neovim from a nice text editor to something that can rival any IDE for me.

    • @yadsOP
      link
      11 year ago

      Hmm I’m going to have to check coq out. I never bothered with it just because of built-in lsp, but if it’s much faster I definitely want to try it.

  • Chris
    link
    4
    edit-2
    1 year ago

    well, i eschewed motion plugins for so long, but i recently installed easy motion, to quote “maybe use it minimally so i don’t have to change my work flow too much”. i pretty much gave up using w, e, b and f within a day of installing it, replacing each of them with a more efficient reach for the same number of key presses. similar situation with ultisnips, thinking it’d be overkill for my needs. in other words i was worried it would save me TOO MUCH time pffft. these both work really well with opening zsh commands in $editor too.

    • @yadsOP
      link
      21 year ago

      Someone else in the thread recommended pounce as well for that. I actually used to have hop installed, but I just never would use it. The default motions seem sufficient for me.

      • Chris
        link
        11 year ago

        easy motion was the first one i looked at and honestly i’m scared to look at the others in case i fall down yet another rabbit hole.

  • @[email protected]
    link
    fedilink
    4
    edit-2
    1 year ago

    My favorite plugins:

    • telescope (file searching, diagnostic listing…)
    • vim-surround
    • vim-signify

    I use a couple others, but those are really important to my workflow.

    • @yadsOP
      link
      11 year ago

      I just switched to nvim-surround for the treesitter support. The only thing that I miss from vim-surround is that it leaves blank lines if you remove braces on some code that looks like:

      {
        foo: 'bar',
        ...
      }
      
  • Brunacho
    link
    fedilink
    21 year ago

    Ultilsnips (I might change to LuaSnips sometime in the future) and VimTeX. I would blame those as the ones that really got me into Neovim.

    • @[email protected]
      link
      fedilink
      111 months ago

      I second this. Can someone get the vimtex creator out here (r/verlag I believe). He is a great presence on the Reddit boards.