mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
feat(lsp): default to botright for setting qflist (#16177)
* Opens quickfix list spanning the entire nvim window in location handlers closes https://github.com/neovim/neovim/issues/12241
This commit is contained in:

committed by
GitHub

parent
a141f6e922
commit
c9e5c778b0
@@ -185,7 +185,7 @@ local function response_to_list(map_result, entity)
|
|||||||
title = 'Language Server';
|
title = 'Language Server';
|
||||||
items = map_result(result, ctx.bufnr);
|
items = map_result(result, ctx.bufnr);
|
||||||
})
|
})
|
||||||
api.nvim_command("copen")
|
api.nvim_command("botright copen")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user