mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
fix(luarc.json): ignore test directory to save memory
Cuts memory usage on startup from 600mb -> 200mb
This commit is contained in:
parent
08fa71fd27
commit
32e69bd397
@ -9,6 +9,9 @@
|
||||
"${3rd}/busted/library",
|
||||
"${3rd}/luv/library"
|
||||
],
|
||||
"ignoreDir": [
|
||||
"test"
|
||||
],
|
||||
"checkThirdParty": false
|
||||
},
|
||||
"diagnostics": {
|
||||
|
Loading…
Reference in New Issue
Block a user