disable vim global warning in lua config

This commit is contained in:
Laurent Le Houerou 2024-05-27 08:46:14 +04:00
parent 0a284e8596
commit e2c6df4b09

View File

@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}