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:
parent
3df60dd8f8
commit
ae5e51873b
3 changed files with 49 additions and 24 deletions
18
nvim/lua/user/ui/telescope.lua
Normal file
18
nvim/lua/user/ui/telescope.lua
Normal 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,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue