mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:10:05 +08:00
Fixed Haskell layer config
Fixed an issue that Haskell layer overrides a function of C/C++ layer.
This commit is contained in:
parent
1d5be830db
commit
d7431b6e50
@ -18,9 +18,6 @@ function! SpaceVim#layers#lang#haskell#config() abort
|
||||
augroup END
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#layers#lang#c#config() abort
|
||||
endfunction
|
||||
|
||||
function! s:language_specified_mappings() abort
|
||||
call SpaceVim#mapping#space#langSPC('nmap', ['l', 'r'], 'call SpaceVim#plugins#runner#open()', 'execute current file', 1)
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user