I’ve been trying for these past 5 days trying to search my problem, and trying to make my nixvim work, but whenever i do, a strange NeoVim config popup, but when i properly do ‘nix run’ in the flake the config stays perfect, so how could i substitute these strange config, because every time I type “nvim” it goes to the 1st image
List item
instead of the second?
I am in the middle of college semester, so ignore the mess any questions I pick the specific part and send
notes: i’ve tried ‘which’, ‘whereis’, ‘type’, and the location is nvim: /nix/store/p67myfdq1mlyvyzyqgkkha2sa0qf02kf-system-path/bin/nvim
update, aparently the config updated, but a day later :I, and every config that i input it aint update, its seems a little bit off, but it just a day later, updated to the yesterday version
you can run nvim -V3log.txt to debug the starting sequence. Look at readlink -f $(which nvim) , see if it’s a wrapper and if it sets the -u flag for instance
apparently my config only updates when i remove the nixvim option from environment_system_pkgs rebuild, and put it again, and then rebuild, it updates is this normal?