mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 20:37:44 +00:00
Problem: netrw may conflict with the Nvim default "gx" mapping. Solution: Initialize keymapping earlier by moving it to vim._init_default_mappings(). That also avoids needing to check maparg().