mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
fix(luarc.json): ignore test directory to save memory
Cuts memory usage on startup from 600mb -> 200mb
This commit is contained in:

committed by
Lewis Russell

parent
08fa71fd27
commit
32e69bd397
@@ -9,6 +9,9 @@
|
||||
"${3rd}/busted/library",
|
||||
"${3rd}/luv/library"
|
||||
],
|
||||
"ignoreDir": [
|
||||
"test"
|
||||
],
|
||||
"checkThirdParty": false
|
||||
},
|
||||
"diagnostics": {
|
||||
|
Reference in New Issue
Block a user