mirror of
https://github.com/pnx/dotfiles
synced 2026-06-25 03:23:39 +02:00
nvim/lua/user/plugins/editor/fuzzyfinder.lua: remove unused path_delim
This commit is contained in:
parent
6769c2c508
commit
3f8113c479
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
local icons = require("user.icons")
|
local icons = require("user.icons")
|
||||||
local path_delim = require("user.utils.path").delimiter()
|
|
||||||
|
|
||||||
local border = {
|
local border = {
|
||||||
prompt = { " " },
|
prompt = { " " },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue