starter/lua/plugins/noice.lua

16 lines
288 B
Lua
Raw Normal View History

2024-01-06 07:44:50 +08:00
return {
-- https://github.com/folke/noice.nvim
{
"folke/noice.nvim",
opts = {
lsp = {
hover = {
-- Set not show a message if hover is not available
-- ex: shift+k on Typescript code
silent = true,
},
},
},
},
}