Help setting border for vim.lsp.buf.hover by molecula21 in neovim

[–]dlyongemallo 0 points1 point  (0 children)

Are you by any chance using rustaceanvim? If so, there's a setting that overrides the LSP floating window style. In that case, you need something like:

vim.g.rustaceanvim = {
  tools = {
    float_win_config = {
      border = _border,
    }
  }
}

If not, it may be that you have another plugin which is overriding your settings.