mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
fix(readme): setup is used to load options with packer.nvim (#263)
see https://github.com/wbthomason/packer.nvim#specifying-plugins
This commit is contained in:
@@ -81,7 +81,7 @@ it to your init.vim
|
||||
return require('packer').startup(function(use)
|
||||
use {
|
||||
'andymass/vim-matchup',
|
||||
config = function()
|
||||
setup = function()
|
||||
-- may set any options here
|
||||
vim.g.matchup_matchparen_offscreen = { method = "popup" }
|
||||
end
|
||||
@@ -105,7 +105,7 @@ enabled as follows:
|
||||
```lua
|
||||
{
|
||||
"andymass/vim-matchup",
|
||||
config = function()
|
||||
setup = function()
|
||||
vim.g.matchup_matchparen_offscreen = { method = "popup" }
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user