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