Use vim-lsp instead of ale

This commit is contained in:
2021-10-23 15:22:14 +02:00
parent 94788c1147
commit e8d534843d
7 changed files with 59 additions and 22 deletions

View File

@@ -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>