Configured vim grammarous

This commit is contained in:
2021-07-25 11:15:03 +02:00
parent dcd50fad27
commit 87e4cfe1f2
3 changed files with 4 additions and 1 deletions

View File

@@ -25,3 +25,6 @@ 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)
" Map vim-grammarous to <F6>
nmap <F6> :GrammarousCheck <CR>