9087e563d8
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.
5 lines
70 B
Lua
5 lines
70 B
Lua
require"lsp_signature".setup({
|
|
hint_enable = false,
|
|
zindex = 50,
|
|
})
|