mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: borders
This commit is contained in:
parent
6b97e69cac
commit
3f00eddbfe
2 changed files with 4 additions and 4 deletions
|
|
@ -4,9 +4,9 @@ return function()
|
|||
local path_delim = require("utils.path").delimiter()
|
||||
|
||||
local border = {
|
||||
prompt = { " ", " ", " ", " ", " ", " ", " ", " " },
|
||||
results = { " ", " ", " ", " ", " ", " ", " ", " " },
|
||||
preview = { " ", " ", " ", " ", " ", " ", " ", " " },
|
||||
prompt = { " " },
|
||||
results = { " " },
|
||||
preview = { " " },
|
||||
}
|
||||
|
||||
local dropdown_opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue