mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 17:16:31 +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().