Daniel Steinberg
Results
42
comments of
Daniel Steinberg
I'm unable to reproduce the problem. On NixOS, I added the following lines to `/etc/nixos/configuration.nix`, for installing Vim, Neovim, and Git: ``` environment.systemPackages = with pkgs; [ vim neovim git...
Thanks for investigating @dyfrgi. I created a branch, [alternative_exe_path](https://github.com/dstein64/vim-startuptime/tree/alternative_exe_path), that implements an approach similar to what you proposed. I didn't use `g:progname`. For example, if a user launches Vim with...