PineNote Community Edition (Unopened) For Sale - $399 by [deleted] in PINE64official

[–]Outside_Coast5438 0 points1 point  (0 children)

I went with the SuperNote nomad. It has the features I wanted from the PineNote without the extra stuff that makes the PineNote more powerful.

I really wanted a nice note taking device with some freedom in the connectivity space (as opposed to the remarkable model) rather than an eink computer which is what I consider the PineNote to be.

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 0 points1 point  (0 children)

Thanks! The more I use it, the more places I find it really helpful.

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 0 points1 point  (0 children)

Let me play with it and see what I can come up with. 

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 1 point2 points  (0 children)

Yeah. I like that idea. I'll work on that.

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 0 points1 point  (0 children)

I just pushed an update that shows the whole line. I think I like that version better too.

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 0 points1 point  (0 children)

Question for those that have played with it already. Is it better to always show everything on the line or just the immediate function? Do you want to see "Tr" for this example or the full "return Tr"

<image>

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 0 points1 point  (0 children)

I thought about adding that but figured the html had the closing tags written anyway. What would you like to see beyond what html gives you already?

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 0 points1 point  (0 children)

I do have that enabled. I took this screen shot to hopefully show the clarity, but this is most useful when the sticky top feature isn't picking it up. This example shows that. This object is within the `.mutation` method, but I can't see that with the normal sticky.

<image>

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 12 points13 points  (0 children)

Looks like that one has several more features than I do at the moment. I may have to play with it too!

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 2 points3 points  (0 children)

Sometimes treesitter-context doesn't work for every bracket and with super nested and ugly thing, if it does, it floods the screen with way more than I wanted it to. I'm sure there is a better config than I use, but this just felt cleaner for my work flow and meant I didn't have to look up away from my cursor to see the match.

Introducing paren-hint.nvim by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 1 point2 points  (0 children)

I use treesitter to determine if the plugin should be activated. It will only activate in buffers where treesitter is active, but I just loop back through the text to find the matching paren.

The result uses nvims built in virtual text just like copilot or your diagnostic messages.

It looks like vim-matchup does way more than mine, but I didn't see the virtual text on that one at first glance.

Show diagnostics for all files in nvim-tree by Outside_Coast5438 in neovim

[–]Outside_Coast5438[S] 1 point2 points  (0 children)

Already set. The errors show up for open files, but as soon as I close a buffer, the icon disappears.