1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/ui.lua: remove dressing.nvim

This commit is contained in:
Henrik Hautakoski 2026-05-20 22:52:21 +02:00
parent 2bf2124142
commit 34e571b46a

View file

@ -42,36 +42,6 @@ return {
} }
} }
}, },
{
'stevearc/dressing.nvim',
opts = {
input = {
border = { " " },
relative = "editor",
title_pos = "center",
mappings = {
n = {
["<Esc>"] = "Close",
["<CR>"] = "Confirm",
},
i = {
["<Esc>"] = "Close",
["<CR>"] = "Confirm",
["<Up>"] = "HistoryPrev",
["<Down>"] = "HistoryNext",
},
},
},
select = {
get_config = function(_)
return {
backend = 'telescope',
telescope = require("telescope.themes").get_dropdown(ui.dropdown)
}
end
}
},
},
-- Nicer notifications -- Nicer notifications
{ {
"j-hui/fidget.nvim", "j-hui/fidget.nvim",