nvim: Set the matchup matchparen offscreen method to popup

This commit is contained in:
Sanchayan Maity 2024-02-05 16:05:24 +05:30
parent 4347afe293
commit 2205797c31
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -66,7 +66,7 @@ vim.g.maplocalleader = ","
vim.g.dispatch_no_maps = 1
-- vim-matchup
vim.g.matchup_matchparen_offscreen = {}
vim.g.matchup_matchparen_offscreen = { method = 'popup', fullwidth = true }
vim.g.matchup_surround_enabled = 1
if os.getenv("SSH_CONNECTION") then