Use vim-lsp instead of ale
This commit is contained in:
@@ -23,8 +23,8 @@ noremap <A-t> :belowright split +resize12 term://zsh<CR>
|
||||
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)
|
||||
nmap <silent> <C-k> <Plug>(LspPreviousDiagnostic)
|
||||
nmap <silent> <C-j> <Plug>(LspNextDiagnostic)
|
||||
|
||||
" Map vim-grammarous to <F6>
|
||||
nmap <F6> :GrammarousCheck <CR>
|
||||
|
||||
Reference in New Issue
Block a user