We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent30566b1 commitdd4ca36Copy full SHA for dd4ca36
runtime/lua/vim/lsp/handlers.lua
@@ -193,11 +193,6 @@ M['textDocument/references'] = function(_, result, ctx, config)
193
localitems=util.locations_to_items(result,client.offset_encoding)
194
195
ifconfig.loclistthen
196
-vim.notify_once(
197
-'[LSP] config.loclist is deprecated.'
198
-..'Update your plugins or configuration to use options.on_list.',
199
-vim.log.levels.WARN
200
- )
201
vim.fn.setloclist(0, {},'', {title=title,items=items,context=ctx })
202
api.nvim_command('lopen')
203
elseifconfig.on_listthen
@@ -231,11 +226,6 @@ local function response_to_list(map_result, entity, title_fn)
231
226
localitems=map_result(result,ctx.bufnr)
232
227
233
228
234
235
236
237
238
239
229
240
230
241