gopher.nvim/.luarc.json
Smirnov Oleksandr df7ad677ba language
2024-03-01 23:22:31 +02:00

16 lines
376 B
JSON

{
"diagnostics.globals": [
"describe",
"it",
"before_each",
"after_each",
"before_all",
"after_all"
],
"workspace.library": [
"/home/olex/.local/share/nvim/lazy/neodev.nvim/types/nightly",
"/usr/share/nvim/runtime/lua",
"/home/olex/code/gopher.nvim/lua",
"${3rd}/luv/library"
]
}