chentoast / marks.nvim

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

[Feature Request] Is it possible to use wildcards in "Excluded file types"? #57

Open ofseed opened 2 years ago

ofseed commented 2 years ago

Sometimes we don't need to show marks in a specific group of filetypes, such as NeogitCommitMessage, NeogitStatus, and so on. Is it possible to use wildcards in "Excluded file types"?In this case we change Use "Neogit*" to exclude all filetype about Neogit.

chentoast commented 2 years ago

seems like it shouldn't be too hard to do. i'll take a look when i have time