mirror of
https://github.com/neovim/neovim.git
synced 2026-05-17 10:40:01 +00:00
Problem: running ./build/bin/nvim without make install - doesn't respect local changes in ./runtime, - includes the path where Nvim would be installed, - ignores changes in precompiled Lua modules (like .../vim/_editor.lua) Solution: - use VIMRUNTIME=./runtime, - use --luamod-dev