mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
feat(Man): port to Lua (#19912)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user