mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: disable noisy warning
This commit is contained in:
parent
9f17513bf6
commit
f21c296da0
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ end
|
||||||
|
|
||||||
-- Helix style border
|
-- Helix style border
|
||||||
local orig_util_open_floating_preview = vim.lsp.util.open_floating_preview
|
local orig_util_open_floating_preview = vim.lsp.util.open_floating_preview
|
||||||
|
---@diagnostic disable-next-line: duplicate-set-field
|
||||||
function vim.lsp.util.open_floating_preview(contents, syntax, opts, ...)
|
function vim.lsp.util.open_floating_preview(contents, syntax, opts, ...)
|
||||||
opts = opts or {}
|
opts = opts or {}
|
||||||
opts.border = mylsp.border
|
opts.border = mylsp.border
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue