mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
fix: add lfs to luarc.json (#20979)
The sumneko lua language server keeps prompting me if I want to "configure my workspace for lfs". These changes suppress that prompt.
This commit is contained in:
parent
de500095b1
commit
16eed6e766
@ -10,13 +10,16 @@
|
|||||||
"before_each",
|
"before_each",
|
||||||
"after_each",
|
"after_each",
|
||||||
"setup",
|
"setup",
|
||||||
"teardown"
|
"teardown",
|
||||||
|
"lfs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"library": {
|
"library": [
|
||||||
"runtime/lua": true
|
"runtime/lua",
|
||||||
},
|
"${3rd}/lfs/library"
|
||||||
|
],
|
||||||
|
"checkThirdParty": false,
|
||||||
"maxPreload": 2000,
|
"maxPreload": 2000,
|
||||||
"preloadFileSize": 1000
|
"preloadFileSize": 1000
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user