.config/nvim/lua/plugins/completion.lua

changeset 1132
532c7964b23f
parent 1131
f3044a1658fc
child 1139
1359a563b5ce
equal deleted inserted replaced
1131:f3044a1658fc 1132:532c7964b23f
91 }, 91 },
92 92
93 { 93 {
94 "ray-x/lsp_signature.nvim", 94 "ray-x/lsp_signature.nvim",
95 branch = "master", 95 branch = "master",
96 events = { "LspAttach" }, 96 event = { "LspAttach" },
97 opts = { 97 opts = {
98 toggle_key = "<F12>", 98 toggle_key = "<F12>",
99 toggle_key_flip_floatwin_setting = true, 99 toggle_key_flip_floatwin_setting = true,
100 floating_window = false, 100 floating_window = false,
101 fix_pos = true, 101 fix_pos = true,

mercurial