2018-07-26 07:48:07 +00:00
|
|
|
"autocmd BufWritePost *.scala silent :EnTypeCheck
|
|
|
|
nnoremap <M-=> :EnType<CR>
|
|
|
|
|
|
|
|
noremap <F3> :EnDeclaration<CR>
|
|
|
|
noremap gd :EnDeclaration<CR>
|
|
|
|
noremap gD :EnDeclarationSplit v<CR>
|
|
|
|
noremap <Leader>o :EnOrganizeImports<CR>
|
|
|
|
noremap <Leader>i :EnSuggestImport<CR>
|
|
|
|
noremap <Leader>rr :EnRename<CR>
|
|
|
|
noremap <Leader>ri :EnInline<CR>
|
|
|
|
noremap K :EnDocBrowse<CR>
|
|
|
|
|
|
|
|
noremap <Leader>f :Autoformat<CR>
|
2019-05-09 09:15:30 +00:00
|
|
|
|
|
|
|
au BufWritePost *.scala Neomake!
|