1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: borders

This commit is contained in:
Henrik Hautakoski 2024-08-15 18:29:09 +02:00
parent 6b97e69cac
commit 3f00eddbfe
2 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ vim.diagnostic.config({
},
},
float = {
border = vim.g.float_border,
border = { " " },
header = false,
source = true,
}

View file

@ -4,9 +4,9 @@ return function()
local path_delim = require("utils.path").delimiter()
local border = {
prompt = { " ", " ", " ", " ", " ", " ", " ", " " },
results = { " ", " ", " ", " ", " ", " ", " ", " " },
preview = { " ", " ", " ", " ", " ", " ", " ", " " },
prompt = { " " },
results = { " " },
preview = { " " },
}
local dropdown_opts = {