tom-anders / telescope-vim-bookmarks.nvim

Integrates vim-bookmarks into telescope.nvim
MIT License
114 stars 23 forks source link

Fix Issue #15 by replacing utils.get_defaults #16

Closed yichenshen closed 2 years ago

yichenshen commented 2 years ago

Part of the cleanup in https://github.com/nvim-telescope/telescope.nvim/pull/2063 removed utils.get_default. The deprecation notice there suggest we use the default vim.F.if_nil instead, which works the same way.