mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 07:26:19 -04:00
10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
"diagnostics.disable": ["undefined-field", "duplicate-doc-field"],
|
|
"workspace.library": [
|
|
"/usr/share/nvim/runtime",
|
|
"${3rd}/luv/library",
|
|
"${3rd}/busted/library",
|
|
"${3rd}/luassert/library"
|
|
]
|
|
}
|