local signature = require("lsp_signature") local cfg = { floating_window = false, } signature.setup(cfg) signature.on_attach(cfg)