chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
848 stars 43 forks source link

Conflict with nerdtree plugin #54

Open jvune opened 2 years ago

jvune commented 2 years ago

When nerdtree is opened, and I try to call :MarksListAll, I get: mark.lua:284: Index out of bounds

Seems like nerdtree opens a buffer that somehow not seen to marks.nvim

If I open nvim without nerdtree initially opened and I open files with :e this error does not happen.