mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:10:06 +08:00
17 lines
166 B
Lua
17 lines
166 B
Lua
std = luajit
|
|
codes = true
|
|
max_line_length = 120
|
|
max_comment_line_length = false
|
|
|
|
read_globals = {
|
|
"vim"
|
|
}
|
|
|
|
globals = {
|
|
vim = {
|
|
fields = {
|
|
g
|
|
}
|
|
}
|
|
}
|