-
Notifications
You must be signed in to change notification settings - Fork 0
Trying to use a .luarc.json for type-checking #147
Copy link
Copy link
Open
Labels
P1Work on when I get round to itWork on when I get round to itciCICIdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestlspLSP configLSP configresearchNeed more information about thisNeed more information about this
Metadata
Metadata
Assignees
Labels
P1Work on when I get round to itWork on when I get round to itciCICIdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestlspLSP configLSP configresearchNeed more information about thisNeed more information about this
(#33 may be relevant??)
With all plugins installed, this works:
{ "workspace": { "library": [ "/opt/homebrew/Cellar/neovim/0.11.4/share/nvim/runtime/lua", // or $VIMRUNTIME or whatever "/Users/petersheehan/.config/peter.nvim/lua", "/Users/petersheehan/.local/share/peter.nvim/lazy/*/lua", // THIS IS WRONG. YOU MUST LIST DIRECTORIES EXPLICITLY!!! "${3rd}/luv/library" ], "ignoreDir": ["/lua"], // I think this can be removed? "checkThirdParty": false }, "runtime": { "version": "LuaJIT", "path": ["?.lua", "?/init.lua"], "pathStrict": true }, "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/refs/heads/master/setting/schema.json" }