fix: adapt to Nvim deprecations in 0.10 (#3109)

(cherry picked from commit bbdbb7593f)
This commit is contained in:
Christian Clason
2024-05-20 11:48:33 +02:00
committed by Simon Hauser
parent 3a5d17d9d0
commit dd4acbd6fa
10 changed files with 32 additions and 16 deletions
+1 -1
View File
@@ -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 = {}