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

changeset 1148
bca491e2be91
parent 1144
dc1def95331f
child 1168
52750027eff6
equal deleted inserted replaced
1147:23f9b157fe8a 1148:bca491e2be91
95 opts = { 95 opts = {
96 history = true, 96 history = true,
97 delete_check_events = "TextChanged", 97 delete_check_events = "TextChanged",
98 }, 98 },
99 }, 99 },
100 {
101 "ray-x/lsp_signature.nvim",
102 branch = "master",
103 event = { "LspAttach" },
104 opts = {
105 toggle_key = "<F12>",
106 toggle_key_flip_floatwin_setting = true,
107 floating_window = false,
108 fix_pos = true,
109 hint_enable = false,
110 handler_opts = { border = "none" },
111 },
112 },
113 } 100 }

mercurial