ipwnponies / dotfiles

Settings and configuration for unix environment
1 stars 3 forks source link

Set mapleader early in config #23

Closed ipwnponies closed 5 years ago

ipwnponies commented 5 years ago

We should set the mapleader early in the config. Mappings are imperatively set, not declarative (not interpreted dynamically at runtime). The ordering can be surprising and hard to debug, as we expect vim configs to be declarative. https://github.com/ipwnponies/dotfiles/blob/fc0a181efb762b3bd6a59e080430524a48af2cd6/.vimrc#L153

ipwnponies commented 5 years ago

Fixed in 5bdb3c59ed5187b67110dea5af566fe65c77b820