mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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
|
||||
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, ...)
|
||||
opts = opts or {}
|
||||
opts.border = mylsp.border
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue