mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
17 lines
239 B
Lua
17 lines
239 B
Lua
-- vim: ft=lua
|
|
stds.nvim = {
|
|
globals = {
|
|
vim = { fields = { "g" } },
|
|
"lvim",
|
|
"O",
|
|
},
|
|
read_globals = {
|
|
-- vim = { fields = { "cmd", "api", "fn", "o" }}
|
|
"jit",
|
|
"os",
|
|
"vim",
|
|
},
|
|
}
|
|
std = "lua51+nvim"
|
|
self = false
|
|
cache = true
|