Files
vim-matchup/autoload
Mohammad Reza Karimi 9ae7f86c31 fix: pumvisible (#413)
* fix(popup): remove popup on nightly nvim >= 0.12

Fixes #391

* Update matchparen.vim

* fix: s:pumvisible fails when no cmp is installed

In the situation where `nvim-cmp` is not installed but `blink-compat`
is, the `pcall(require, "cmp")` goes through, but
`require("cmp").visible()` doesn't. Checking for `cmp.visible` type
fixes this issue.

* add extra width because of the line number

---------

Co-authored-by: Andy Massimino <andymass@users.noreply.github.com>
2025-10-03 09:44:29 -04:00
..
2025-10-03 09:44:29 -04:00