nixpkgs/home/programs/neovim/plugins/lsp-signature.lua
Daniel Siepmann 30db8651a7
Improve cmp and lsp integration in Neovim
Use omni after more specific completions.
Add buffer to completion, not as fallback. I often wanna complete from
current buffer.

Keep syntax consistent when requiring lua modules.
2022-03-23 08:23:10 +01:00

5 lines
122 B
Lua

require("lsp_signature").setup({
-- For now, as this would hide parts of autocomplete
floating_window = false,
})