feat(Man): port to Lua (#19912)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
Lewis Russell
2022-09-02 15:20:29 +01:00
committed by GitHub
parent e085d0be31
commit 2afcdbd63a
10 changed files with 651 additions and 566 deletions

View File

@ -28,6 +28,13 @@ read_globals = {
globals = {
"vim.g",
"vim.b",
"vim.w",
"vim.o",
"vim.bo",
"vim.wo",
"vim.go",
"vim.env"
}
exclude_files = {