nvim/lua/plugins/lspconfig.lua

11 lines
428 B
Lua
Raw Normal View History

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,
-- }