mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-06 16:38:24 +02:00
patched telescope issue
This commit is contained in:
@@ -1 +1,14 @@
|
|||||||
|
if not vim.F then
|
||||||
|
vim.F = {}
|
||||||
|
end
|
||||||
|
|
||||||
|
if not vim.F.if_nil and not vim.nonnil then
|
||||||
|
vim.F.if_nil = function(value, default)
|
||||||
|
if value == nil then
|
||||||
|
return default
|
||||||
|
end
|
||||||
|
return value
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
require("telescope").setup {}
|
require("telescope").setup {}
|
||||||
|
|||||||
Reference in New Issue
Block a user