Add vim as a global in luarc
This commit is contained in:
parent
0c897e42bd
commit
7d2d02c078
1 changed files with 5 additions and 0 deletions
5
nvim/.luarc.json
Normal file
5
nvim/.luarc.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"diagnostics.globals": [
|
||||
"vim"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue