-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The vim-startuptime looks for binaries in /usr/bin. NixOS is non FHS compliant and keeps it's binaries in /nix/store. When trying to run the pseudo code below on NixOS, it throws error: no file: /usr/local/lib/lua/5.1/loadall.so.
How can i make :StartupTime use the /nix/store locations?
'/nix/store/somehash/somebin'
'--startuptime'
'<OUTPUT>'
'-c'
'if exists('\''*timer_start'\'') | call timer_start(0, {-> execute('\''qall!'\'')}) | else | autocmd VimEnter * qall! | endif'Metadata
Metadata
Assignees
Labels
No labels