10 lines
428 B
Lua
10 lines
428 B
Lua
return {}
|
|
-- return {
|
|
-- "neovim/nvim-lspconfig",
|
|
-- config = function(_, opts)
|
|
-- -- local Util = require("lazyvim.util")
|
|
-- local float = { focusable = true, style = "minimal", border = "rounded" }
|
|
-- vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, float)
|
|
-- vim.lsp.handlers["textDocument/signatureHelp"] = vim.lsp.with(vim.lsp.handlers.signature_help, float)
|
|
-- end,
|
|
-- }
|