-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ab6cae
commit 83bec53
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
vim:ft=help | ||
|
||
*latex* | ||
|
||
拼写检查 ~ | ||
|
||
1. Vim原生|spell| | ||
2. linux aspell spell命令 | ||
3. ltex拼写检查(基于languagetool) https://languagetool.org/ | ||
> | ||
:CocCommand ltex.showStatusInformation | ||
< | ||
查看字典所在位置(位于某个.vscode文件中) | ||
|
||
|
||
4. 其它基于languagetool的工具 | ||
|
||
依赖Java 8和textidote jar包,不适用于没有Java的环境 | ||
https://github.com/PatrBal/vim-textidote | ||
https://github.com/sylvainhalle/textidote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters