You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==============================================================================rustaceanvim: require("rustaceanvim.health").check()Checking for Lua dependencies ~- OK [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) installed.Checking external dependencies ~- OK rust-analyzer: found rust-analyzer 0.3.1831-standalone (39ad79bec 2024-02-04)- OK Cargo: found cargo 1.75.0 (1d8b05cdd 2023-11-20)- OK rustc: found rustc 1.75.0 (82e1608df 2023-12-21)- OK lldb: found lldb-1500.0.200.58Checking config ~- ERROR Invalid config: dap.configuration.initCommands: expected string, got tableChecking for conflicting plugins ~- ERROR lspconfig.rust_analyzer has been setup. This will likely lead to conflicts with the rustaceanvim LSP client.Checking for tree-sitter parser ~- OK tree-sitter parser for Rust detected.(Errors are not related)
How to reproduce the issue
Open a code actions UI with `vim.wo.signcolumn = "yes"` observer UI with a big left padding
Neovim version (nvim -v)
v0.10.0-dev-2404+geb1e8c12e-Homebrew
Operating system/version
MacOS 13
Output of :checkhealth rustaceanvim
How to reproduce the issue
Open a code actions UI with `vim.wo.signcolumn = "yes"` observer UI with a big left padding
Expected behaviour
No padding
Actual behaviour
Big padding
The minimal config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: