nvim: Set the matchup matchparen offscreen method to popup
This commit is contained in:
parent
4347afe293
commit
2205797c31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue