Skip to content

vim-mundo support #3

Open
Open
@wchmb

Description

@wchmb

I'd like to add vim-mundo but I'm unable to make it work.

This is my rc:

...
\ 'vim-mundo': {
\     'position': 'left',
\     'check_win': {nr -> bufname(winbufnr(nr)) =~ 'Mundo'},
\     'open': 'MundoShow',
\     'close': 'MundoHide'
\ },
...

I've also tried unsuccessfully to check if Mundo's window is open with this:

'check_win': {nr -> getwinvar(nr, '&filetype') ==# 'Mundo'}

Thanks for your work

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions