Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signature.window.border no standard settings #969

Closed
2 tasks done
Thirdwinter opened this issue Jan 9, 2025 · 1 comment
Closed
2 tasks done

signature.window.border no standard settings #969

Thirdwinter opened this issue Jan 9, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Thirdwinter
Copy link

Make sure you have done the following

  • Updated to the latest version of blink.cmp
  • Searched for existing issues and documentation (try <C-k> on https://cmp.saghen.dev)

Bug Description

When using signature.window.border='rounded' or 'signal', blink will will report an error. But it can be correctly set to '{ '┌', '─', '┐', '│', '┘', '─', '└', '│' }'.

Relevant configuration

signature = {
      enabled = true,
      window = {
        border = vim.g.borderStyle,
      },
    },
-- vim.g.borderStyle = 'single'
vim.g.borderStyle = { '', '', '', '', '', '', '', '' }

neovim version

NVIM v0.10.3 Build type: RelWithDebInfo LuaJIT 2.1.1731601260 Run "nvim -V1 -v" for more info

blink.cmp version

v0.10.0

@Thirdwinter Thirdwinter added the bug Something isn't working label Jan 9, 2025
@Saghen
Copy link
Owner

Saghen commented Jan 9, 2025

Sounds like it could be an issue with your configuration, it seems to work for me. If you can provide a repro.lua, I can take another look

@Saghen Saghen closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants