diff --git a/nvim/lua/user/plugins/ui.lua b/nvim/lua/user/plugins/ui.lua index 40203cb..8a012a4 100644 --- a/nvim/lua/user/plugins/ui.lua +++ b/nvim/lua/user/plugins/ui.lua @@ -42,36 +42,6 @@ return { } } }, - { - 'stevearc/dressing.nvim', - opts = { - input = { - border = { " " }, - relative = "editor", - title_pos = "center", - mappings = { - n = { - [""] = "Close", - [""] = "Confirm", - }, - i = { - [""] = "Close", - [""] = "Confirm", - [""] = "HistoryPrev", - [""] = "HistoryNext", - }, - }, - }, - select = { - get_config = function(_) - return { - backend = 'telescope', - telescope = require("telescope.themes").get_dropdown(ui.dropdown) - } - end - } - }, - }, -- Nicer notifications { "j-hui/fidget.nvim",