mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
* 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>