disable vim global warning in lua config
This commit is contained in:
parent
0a284e8596
commit
e2c6df4b09
5
nvim/.config/nvim/.luarc.json
Normal file
5
nvim/.config/nvim/.luarc.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"diagnostics.globals": [
|
||||
"vim"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user