nixpkgs/home/programs/neovim/plugins/lsp-signature.lua
Daniel Siepmann 40cef5b623
Add LSP basics (PHP)
Add for PHP via existing phpactor as server.
Use new signature plugin for proper none irritating inline help during
function calls.

TODO: Get rid of preview window showing up …
2022-03-16 14:46:12 +01:00

5 lines
121 B
Lua

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