summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-09 08:38:18 +0200
committerache <ache@ache.one>2021-09-09 08:38:18 +0200
commit6f1300f4b5547c214a0ea8b3d8640cc01e988862 (patch)
tree23578c47aaad97a0e887ce1d90632f39e2702f30
parentPython 80max + svelte (diff)
Grammalecte shortcut
-rwxr-xr-xplugin/perso.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/perso.vim b/plugin/perso.vim
index 9099cef..e7d1e2b 100755
--- a/plugin/perso.vim
+++ b/plugin/perso.vim
@@ -178,6 +178,9 @@ xmap ga <Plug>(EasyAlign)
nmap ga <Plug>(EasyAlign)
+noremap <silent> =g :GrammalecteCheck<CR>
+noremap <silent> =G :GrammalecteClear<CR>
+
" Ale message config :
let g:ale_echo_msg_error_str = 'E'
let g:ale_echo_msg_warning_str = 'W'