annotate .luarc.json @ 724:e442bbd36b87

feat: copy current file path relative to repo root and line nr to clipboard
author zegervdv <zegervdv@me.com>
date Fri, 09 Dec 2022 17:59:37 +0100
parents 45c34cfecc3e
children 942c3ae067e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
713
45c34cfecc3e feat: enable full neodev options in chezmoi folder
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 {
45c34cfecc3e feat: enable full neodev options in chezmoi folder
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
45c34cfecc3e feat: enable full neodev options in chezmoi folder
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 "Lua.workspace.checkThirdParty": false
45c34cfecc3e feat: enable full neodev options in chezmoi folder
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 }