mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(edgy): when edgy is enabled, use edgy's main window for Telescope to open results in
This commit is contained in:
parent
c0ce89fe62
commit
fb70170058
1 changed files with 13 additions and 0 deletions
|
@ -118,6 +118,19 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- use edgy's selection window
|
||||||
|
{
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
opts = {
|
||||||
|
defaults = {
|
||||||
|
get_selecition_window = function()
|
||||||
|
require("edgy").goto_main()
|
||||||
|
return 0
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
-- prevent neo-tree from opening files in edgy windows
|
-- prevent neo-tree from opening files in edgy windows
|
||||||
{
|
{
|
||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue