Configured vim grammarous
This commit is contained in:
1
ale.vim
1
ale.vim
@@ -3,7 +3,6 @@
|
|||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ 'python': ['flake8', 'pylint'],
|
\ 'python': ['flake8', 'pylint'],
|
||||||
\ 'rust': ['rls'],
|
\ 'rust': ['rls'],
|
||||||
\ 'markdown': ['languagetool'],
|
|
||||||
\}
|
\}
|
||||||
|
|
||||||
let g:ale_fixers = {
|
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
|
" Map ale wraps to control+k and control+j
|
||||||
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
|
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
|
||||||
nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
||||||
|
|
||||||
|
" Map vim-grammarous to <F6>
|
||||||
|
nmap <F6> :GrammarousCheck <CR>
|
||||||
|
|||||||
1
plug.vim
1
plug.vim
@@ -25,6 +25,7 @@ Plug 'dense-analysis/ale'
|
|||||||
|
|
||||||
" Language support for LaTeX
|
" Language support for LaTeX
|
||||||
Plug 'vim-latex/vim-latex'
|
Plug 'vim-latex/vim-latex'
|
||||||
|
Plug 'rhysd/vim-grammarous'
|
||||||
|
|
||||||
" Syntaxhighlighting for mediawiki code
|
" Syntaxhighlighting for mediawiki code
|
||||||
Plug 'chikamichi/mediawiki.vim'
|
Plug 'chikamichi/mediawiki.vim'
|
||||||
|
|||||||
Reference in New Issue
Block a user