dotfiles/.config/nvim/lua/.luarc.json

5 lines
52 B
JSON
Raw Normal View History

{
"diagnostics.globals": [
"vim"
]
}