mirror of
https://github.com/lewis6991/gitsigns.nvim
synced 2025-02-22 07:47:02 +00:00
11 lines
171 B
Lua
11 lines
171 B
Lua
return {
|
|
gen_target = '5.1',
|
|
gen_compat = 'off',
|
|
global_env_def = 'types',
|
|
include_dir = {
|
|
'types', 'teal',
|
|
},
|
|
source_dir = 'teal',
|
|
build_dir = "lua",
|
|
}
|