Configured vim grammarous
This commit is contained in:
1
ale.vim
1
ale.vim
@@ -3,7 +3,6 @@
|
||||
let g:ale_linters = {
|
||||
\ 'python': ['flake8', 'pylint'],
|
||||
\ 'rust': ['rls'],
|
||||
\ 'markdown': ['languagetool'],
|
||||
\}
|
||||
|
||||
let g:ale_fixers = {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user