mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim: borders
This commit is contained in:
parent
6b97e69cac
commit
3f00eddbfe
2 changed files with 4 additions and 4 deletions
|
|
@ -121,7 +121,7 @@ vim.diagnostic.config({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
float = {
|
float = {
|
||||||
border = vim.g.float_border,
|
border = { " " },
|
||||||
header = false,
|
header = false,
|
||||||
source = true,
|
source = true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@ return function()
|
||||||
local path_delim = require("utils.path").delimiter()
|
local path_delim = require("utils.path").delimiter()
|
||||||
|
|
||||||
local border = {
|
local border = {
|
||||||
prompt = { " ", " ", " ", " ", " ", " ", " ", " " },
|
prompt = { " " },
|
||||||
results = { " ", " ", " ", " ", " ", " ", " ", " " },
|
results = { " " },
|
||||||
preview = { " ", " ", " ", " ", " ", " ", " ", " " },
|
preview = { " " },
|
||||||
}
|
}
|
||||||
|
|
||||||
local dropdown_opts = {
|
local dropdown_opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue