config.nvim/lua/plugins/lsp-signature.lua
juan 9087e563d8
Feat | Plugin update, speed optimizations.
coq is bloated and does not play well with other plugins, nvim-cmp
is a better solution despite it is slightly slower.

I optimized the startup sequence, start time: 80ms -> 120ms -> 65ms

Next up, I will try to work on my zk workflow.
2022-08-07 21:00:11 +08:00

5 lines
70 B
Lua

require"lsp_signature".setup({
hint_enable = false,
zindex = 50,
})