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
Editing a cpp file using the same Neovim configuration:
nixpkgs-unstable.neovim-unwrapped freezes
Neovim installed by Homebrew works well
Neovim from the original repo works well
Steps To Reproduce
nix-shell -p neovim
Create a new .cpp file with the following contents
#include<cstdint>///\brief Category token./// Do not change the enum value, as some old codes use </==/!=/> for comparison (needed_by_csc)enumclassCategory : std::uint8_t {
STOCK = 0,
};
Describe the bug
Editing a cpp file using the same Neovim configuration:
Steps To Reproduce
nix-shell -p neovim
/
before "Do not change ... "Additional context
No LSP enabled.
Metadata
"aarch64-darwin"
Darwin 24.2.0, macOS 15.2
yes
no
nix-env (Nix) 2.24.11
/nix/store/73cnf2k7mji95fcflvay15pdw4skhhk5-source
Screen recording
The left pane is nvim and the right one is /opt/homebrew/bin/nvim
Recording.at.2024-12-26.11.43.55.mp4
The text was updated successfully, but these errors were encountered: