nvim/lua/cosmic/plugins/noice/init.lua
2022-10-27 10:57:51 -07:00

11 lines
242 B
Lua

require('noice').setup({
lsp = {
hover = {
enabled = false,
},
signature = {
enabled = false,
auto_open = false, -- Automatically show signature help when typing a trigger character from the LSP
},
},
})