Add codelines mappings

This commit is contained in:
Alexander Gehrke 2019-09-23 09:37:48 +02:00
parent 74d42fac18
commit 2a3668363b
4 changed files with 7 additions and 7 deletions

View file

@ -12,4 +12,7 @@ noremap K :EnDocBrowse<CR>
noremap <Leader>f :Autoformat<CR>
imap //< <Plug>(codelines-close)<CR>
map <silent> <buffer> <leader>cl :call jobstart(['codelines', '.'])<cr>
au BufWritePost *.scala Neomake!