1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 03:30:01 +02:00

nvim: use dressing and telescope for ui select.

This commit is contained in:
Henrik Hautakoski 2025-01-17 22:09:01 +01:00
parent 3df60dd8f8
commit ae5e51873b
3 changed files with 49 additions and 24 deletions

View file

@ -0,0 +1,18 @@
local border = {
prompt = { " " },
results = { " " },
preview = { " " },
}
return {
border = border,
dropdown = {
previewer = false,
prompt_title = false,
layout_strategy = "horizontal",
layout_config = {
prompt_position = "top",
},
borderchars = border,
}
}