danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

fix: fallback to config if opts.open_buffer_indicators isn't specified #53

Closed dlvhdr closed 10 months ago

dlvhdr commented 10 months ago

fixes #52

dlvhdr commented 10 months ago

@danielfalk this should fix it, I tested with and without providing the buffer indicators as opts. Sorry for the bug

danielfalk commented 10 months ago

Seems to work without config. Thanks!