-
Notifications
You must be signed in to change notification settings - Fork 476
Closed
Labels
complexity:non-trivialSelf-contained but non-trivial amount of workSelf-contained but non-trivial amount of workenhancementNew feature or requestNew feature or requestenvIssues caused by incorrect environment settings (terminal, package manager, etc.)Issues caused by incorrect environment settings (terminal, package manager, etc.)platform:linuxplatform:otherIssues specific to other supported platformsIssues specific to other supported platforms
Description
Version confirmation
- Confirm
Following prerequisites
- Confirm
Neovim version
NVIM v0.9.1
Operating system/version
NixOS 23.11.20230718.684c17c (Tapir)
Terminal name/version
wezterm 20230712-072601-f4abf8fd
$TERM environment variable
xterm-256color
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
How to reproduce the issue
If the python host prog is set on a system that does not support the Filesystem Hierarchy Standard (FHS), such as NixOS, dependencies related to python cannot be resolved.
This is because NixOS uses a python environment on NixOS that is isolated from the system python, and this environment is set via command line arguments, which are overridden by nvimdots.
A new configuration entry prevents nvimdots from overwriting it.
Expected behavior
:python3 import neovim
で正常にimportされる。
Actual behavior
:python3 import neovim
でエラーが発生する。
Additional information
No response
CharlesChiuGit and Jint-lzxy
Metadata
Metadata
Assignees
Labels
complexity:non-trivialSelf-contained but non-trivial amount of workSelf-contained but non-trivial amount of workenhancementNew feature or requestNew feature or requestenvIssues caused by incorrect environment settings (terminal, package manager, etc.)Issues caused by incorrect environment settings (terminal, package manager, etc.)platform:linuxplatform:otherIssues specific to other supported platformsIssues specific to other supported platforms