mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/user/plugins/ui.lua: remove dressing.nvim
This commit is contained in:
parent
2bf2124142
commit
34e571b46a
1 changed files with 0 additions and 30 deletions
|
|
@ -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
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue