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?

4 points

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.

permalink
report
reply
1 point

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.

permalink
report
reply
1 point

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

permalink
report
parent
reply
4 points

There are others, but I like all of these:

permalink
report
reply
4 points
*

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.

permalink
report
reply
1 point

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',
  ...
}
permalink
report
parent
reply
2 points

I think that my favorite is noice.nvim. I like the looks it makes :)

permalink
report
reply

Neovim

!neovim@sopuli.xyz

Create post

Neovim is a modal text editor forked off of Vim in 2014. Being modal means that you do not simply type text on screen, but the behavior and functionality of the editor changes entirely depending on the mode.

The most common and most used mode, the “normal mode” for Neovim is to essentially turn your keyboard in to hotkeys with which you can navigate and manipulate text. Several modes exist, but two other most common ones are “insert mode” where you type in text directly as if it was a traditional text editor, and “visual mode” where you select text.

Neovim seeks to enable further community participation in its development and to make drastic changes without turning it in to something that is “not Vim”. Neovim also seeks to enable embedding the editor within GUI applications.

The Neovim logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

Community stats

  • 1

    Monthly active users

  • 69

    Posts

  • 178

    Comments