mirror of
https://github.com/harivansh-afk/cp.nvim.git
synced 2026-04-16 14:01:07 +00:00
8 lines
151 B
Text
8 lines
151 B
Text
return {
|
|
_all = {
|
|
lua = 'nlua',
|
|
lpath = 'lua/?.lua;lua/?/init.lua',
|
|
helper = 'tests/minimal.lua',
|
|
},
|
|
default = { verbose = true },
|
|
}
|