LazyVim/lua/plugins/lsp.lua
2024-09-02 15:18:49 +02:00

9 lines
110 B
Lua

return {
{
"neovim/nvim-lspconfig",
opts = {
inlay_hints = { enabled = false },
},
},
}