mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-06 10:55:00 +02:00
Remove check for nvim-window-picker plugin
This commit is contained in:
parent
adbc11fc1b
commit
4ff106bf7f
1 changed files with 30 additions and 33 deletions
|
@ -108,8 +108,6 @@ return {
|
|||
end,
|
||||
})
|
||||
|
||||
local plugin = require("lazy.core.config").plugins["nvim-window-picker"]
|
||||
if plugin then
|
||||
--- Opens the file in a picked window.
|
||||
--- @param close boolean Whether to close the mini.files window after opening the file.
|
||||
local open_in_window = function(close)
|
||||
|
@ -143,6 +141,5 @@ return {
|
|||
end, { buffer = buf_id, desc = "Open file in window and close" })
|
||||
end,
|
||||
})
|
||||
end
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue