dotfiles/.config/nvim/.luarc.json

6 lines
53 B
JSON
Raw Normal View History

2025-02-22 23:29:01 +03:00
{
"diagnostics.globals": [
"vim"
]
2025-03-17 22:00:11 +03:00
}