Vonr / align.nvim

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

cannot disable preview #13

Closed dyllandry closed 12 months ago

dyllandry commented 1 year ago

I'm trying to disable the preview, but it keeps happening. Here's what I've got in after/plugin/align.lua:

vim.keymap.set('x', 'ga',
  function() require('align').align_to_string(false, false, false) end,
  { noremap = true, silent = true }
)
Vonr commented 12 months ago

Fixed in v2