All Projects → vim-scripts → Languagetool

vim-scripts / Languagetool

Grammar checker for English, French, German (etc.) in Vim

Labels

Projects that are alternatives of or similar to Languagetool

L9
Vim-script library
Stars: ✭ 73 (-12.05%)
Mutual labels:  viml
Rocannon
Vim for Ansible playbooks: omni-completion, abbreviations, syntax, folding, K-docs, and colorscheme
Stars: ✭ 80 (-3.61%)
Mutual labels:  viml
Incsearch Easymotion.vim
Stars: ✭ 82 (-1.2%)
Mutual labels:  viml
Skybison
Vim plugin to expedite use of cmdline commands
Stars: ✭ 74 (-10.84%)
Mutual labels:  viml
Vim Plugin Viewdoc
Vim plugin: flexible viewer for any documentation
Stars: ✭ 79 (-4.82%)
Mutual labels:  viml
Xoria256.vim
Finely tuned soft gamma, 256 colors, dark background, gvim == vim
Stars: ✭ 80 (-3.61%)
Mutual labels:  viml
Vimconf
Personal vim conf and plugins for Mac and Linux.
Stars: ✭ 73 (-12.05%)
Mutual labels:  viml
Vimrc
Meteor/Web development centric vim config
Stars: ✭ 83 (+0%)
Mutual labels:  viml
Vim Pomodoro
Vim plugin for the Pomodoro time management technique
Stars: ✭ 79 (-4.82%)
Mutual labels:  viml
Closetag.vim
Functions and mappings to close open HTML/XML tags
Stars: ✭ 81 (-2.41%)
Mutual labels:  viml
Intero.nvim
Haskell+Neovim lightning fast autocompletion and other IDE functionality
Stars: ✭ 76 (-8.43%)
Mutual labels:  viml
Conoline.vim
Highlights the line of the cursor only in the current window.
Stars: ✭ 79 (-4.82%)
Mutual labels:  viml
Vimtodo
Vim TODO manager
Stars: ✭ 80 (-3.61%)
Mutual labels:  viml
Vim Latex
Mirror of vim-latex as Sourceforge's git support blows chunks!
Stars: ✭ 73 (-12.05%)
Mutual labels:  viml
Vim Symfony
A vim plugin to handle symfony and all that stuff
Stars: ✭ 82 (-1.2%)
Mutual labels:  viml
Moonscript Vim
MoonScript support for vim
Stars: ✭ 73 (-12.05%)
Mutual labels:  viml
Vim Statline
Add useful informations to Vim statusline
Stars: ✭ 80 (-3.61%)
Mutual labels:  viml
Learn Vim
无废话极简版Vim学习笔记!文章按主题分拆为多个章节,并尽量控制每节的信息量;通过文字色彩和字体,将命令、快捷键突出显示;在每节结尾,提供一个命令列表,以便回顾文中介绍的重要命令。如果这些文章能对喜欢Vim的朋友有所益处,我将不胜荣幸。
Stars: ✭ 83 (+0%)
Mutual labels:  viml
Use vim as ide
use vim as IDE
Stars: ✭ 9,067 (+10824.1%)
Mutual labels:  viml
Vim Reload
Automatic reloading of Vim scripts ((file-type) plug-ins, auto-load/syntax/indent scripts, color schemes)
Stars: ✭ 80 (-3.61%)
Mutual labels:  viml

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3223

This plugin integrates the LanguageTool grammar checker into Vim. Current version of LanguageTool can check grammar in many languages See the list of supported languages: http://www.languagetool.org/languages/ or http://www.languagetool.org/ or more information about LanguageTool.

The script defines 2 commands:

  • Use :LanguageToolCheck to check grammar in current buffer. This will check for grammar mistakes in text of current buffer and highlight the errors. It also opens a new scratch window with the list of grammar errors with further explanations for each error. Pressing in scratch buffer will jump to that error. The location list for the buffer being checked is also populated. So you can use location commands such as :lopen to open the location list window, :lne to jump to the next error, etc.

  • Use :LanguageToolClear to remove highlighting of grammar mistakes, close the scratch window containing the list of errors, clear and close the location list.

See screenshots of grammar checking in English and French at: http://dominique.pelle.free.fr/pic/LanguageToolVimPlugin_en.png http://dominique.pelle.free.fr/pic/LanguageToolVimPlugin_fr.png

Demo: http://shelr.tv/records/4fba8ef99660803e4f00001f

See :help LanguageTool for more details.

License: The VIM LICENSE applies to LanguageTool.vim plugin (see ":help copyright" except use "LanguageTool.vim" instead of Vim").

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].