Added code completion for rust

This commit is contained in:
2021-05-07 21:55:14 +02:00
parent cae290b292
commit 2a70b10745
4 changed files with 16 additions and 2 deletions

View File

@@ -21,3 +21,7 @@ noremap <A-t> :belowright split +resize12 term://zsh<CR>
" Delete the current buffer without closing the window in normal mode
noremap <C-S-d> :bnext <CR> :bd#<CR>
" Map ale wraps to control+k and control+j
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)