You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all ty for making this beautiful plugin!
To reproduce the problem run :lua vim.lsp.inlay_hint.enable(true) from an neovim instance, and try to vim-easy-align the following code using this command:
" to align left
:'<,'>EasyAlign/'\a\+'/dlr0ig[]
" to align right
:'<,'>EasyAlign/'\a\+'/drr0ig[]
Hi, first of all ty for making this beautiful plugin!
To reproduce the problem run
:lua vim.lsp.inlay_hint.enable(true)from an neovim instance, and try to vim-easy-align the following code using this command:DEMO
Explain: vim-easy-align can only work with
:lua vim.lsp.inlay_hint.enable(false)set.My guessing: those ghost-text could interfere the aligning algo?
vim-easy-align_issue.169.mov