whitespace change

This commit is contained in:
Jeremie Fraeys 2024-08-09 17:04:04 -04:00
parent 7f1b34fd6f
commit 7413ca93db
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ return {
vim.lsp.handlers['textDocument/hover'] = vim.lsp.with(vim.lsp.handlers.hover, { border = 'rounded' }) vim.lsp.handlers['textDocument/hover'] = vim.lsp.with(vim.lsp.handlers.hover, { border = 'rounded' })
vim.lsp.handlers['textDocument/signatureHelp'] = vim.lsp.handlers['textDocument/signatureHelp'] =
vim.lsp.with(vim.lsp.handlers.signature_help, { border = 'rounded' }) vim.lsp.with(vim.lsp.handlers.signature_help, { border = 'rounded' })
end, end,
} }