-
Notifications
You must be signed in to change notification settings - Fork 0
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
Description
(#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"
}Reactions are currently unavailable
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