Removed a line

This commit is contained in:
2025-05-04 15:14:03 +02:00
parent eacf078cf8
commit 2da6665f63

View File

@@ -9,7 +9,6 @@ function M.themeselector(opts)
local action_state = require("telescope.actions.state") local action_state = require("telescope.actions.state")
local action_set = require("telescope.actions.set") local action_set = require("telescope.actions.set")
local ivytheme = require("telescope.themes").get_ivy() local ivytheme = require("telescope.themes").get_ivy()
local prefs = require("taken.prefs")
local themes = themefuncs.get_all_themes() local themes = themefuncs.get_all_themes()
local change_theme = themefuncs.change_theme local change_theme = themefuncs.change_theme