Vonr / align.nvim

A minimal plugin for NeoVim for aligning lines
GNU General Public License v3.0
147 stars 4 forks source link

How many languages does this plugin support? #5

Closed nyngwang closed 1 year ago

nyngwang commented 1 year ago

As title. It looks amazing btw!

Vonr commented 1 year ago

It is language agnostic as it just aligns to whatever the user gives it. For example you could align to "{" or maybe align to "=>". As long as it matches 2 or more things, it will try to align them

nyngwang commented 1 year ago

@Vonr Awesome project! I will try this after work :)