add vis-spellcheck plugin

This commit is contained in:
Al-Hassan Abdel-Raouf 2022-03-28 20:42:36 +02:00
parent bcf5718f21
commit 7f4e553772
3 changed files with 5 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 807e77ed35600753bea8d943d65c0a6be4b9e1f0

View File

@ -6,6 +6,7 @@ require("plugins/vis-surround")
require("plugins/vis-pairs")
require("plugins/vis-editorconfig")
require("plugins/vis-title")
require("plugins/vis-spellcheck")
vis.events.subscribe(vis.events.INIT, function()

3
.gitmodules vendored
View File

@ -31,3 +31,6 @@
[submodule ".config/vis/plugins/vis-title"]
path = .config/vis/plugins/vis-title
url = https://github.com/erf/vis-title
[submodule ".config/vis/plugins/vis-spellcheck"]
path = .config/vis/plugins/vis-spellcheck
url = https://gitlab.com/muhq/vis-spellcheck