Skip to content

mini.completion does not work properly when this plugin is enabled. #5

Description

@231tr0n

Hi OXY2DEV! I use mini.completion and it seems that mini.completion does not work properly when this plugin is enabled. The hover doc window covers the popup menu.

Image

Image

Below is a reproduction of the issue.

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
	spec = {
		"OXY2DEV/ui.nvim",
		"echasnovski/mini.completion",
	},
})
-- vim.o.winborder = "single"
require("ui").setup()

require("mini.completion").setup()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions