Added code completion for rust
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user