hecal3

Results 1 issues of hecal3

Conflict handling between configuration dictionaries and native vim mappings is currently less than optimal. A quick example: ``` vim let g:lmap.g = { 'name' : 'Git menu' } nnoremap git-status...