From 3f8113c479191f33b7de123679c9c2926f676bac Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 26 Aug 2024 18:40:05 +0200 Subject: [PATCH] nvim/lua/user/plugins/editor/fuzzyfinder.lua: remove unused path_delim --- nvim/lua/user/plugins/editor/fuzzyfinder.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/lua/user/plugins/editor/fuzzyfinder.lua b/nvim/lua/user/plugins/editor/fuzzyfinder.lua index f6cfa9c..8eaf2cf 100644 --- a/nvim/lua/user/plugins/editor/fuzzyfinder.lua +++ b/nvim/lua/user/plugins/editor/fuzzyfinder.lua @@ -1,5 +1,4 @@ local icons = require("user.icons") -local path_delim = require("user.utils.path").delimiter() local border = { prompt = { " " },