fix: adapt to Nvim deprecations in 0.10 (#3109)
This commit is contained in:
@@ -12,7 +12,7 @@ local log = require "telescope.log"
|
||||
|
||||
local Path = require "plenary.path"
|
||||
|
||||
local flatten = vim.tbl_flatten
|
||||
local flatten = utils.flatten
|
||||
local filter = vim.tbl_filter
|
||||
|
||||
local files = {}
|
||||
|
||||
Reference in New Issue
Block a user