Add a python dependency to vim-full
NixOS Discourse
Add a python dependency to vim-full
Hello ! I need the python package jinja2 for a vim plugin. I’m using NixOS, with vim-full installed like this : packages = with pkgs; [ ... vim-full ... ]; Without vim, python isn’t in my path : python zsh: command not found: python python3 zsh: command not found: python3 vim-full comes with python3 support : :echo has('python3') 1 :py3 import sys :py3 print(sys.version) 3.13.13 (main, Apr 7 2026, 18:19:01) [GCC 15.2.0] :py3 print(sys.path) ['/nix/store/l9k0anq0z7zz81zcwy035jfwap9ga6rl-p...
0 comments
No comments yet.