1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 12:00:02 +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 = { float = {
border = vim.g.float_border, border = { " " },
header = false, header = false,
source = true, source = true,
} }

View file

@ -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 = {