rainbow-delimiters.nvim/.luarc.json
HiPhish df0a57a449 Maintain symlink only during test session
The plugin needs to reference itself inside the custom configuration
environment.  If the symlink is checked into the repo it will cause
recursion problems for the Lua language server.  This way the symlink
persists only during a test session.
2024-02-18 00:21:10 +01:00

4 lines
136 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"workspace.ignoreDir": ["test/xdg"]
}