aboutsummaryrefslogtreecommitdiff
path: root/nvim/.luarc.json
blob: c9012552ba908a5f25417195e1fe9d7c5ea64e08 (plain)
1
2
3
4
5
6
7
{
    "diagnostics.globals": [
        "vim",
        "_lazygit_toggle",
        "config"
    ]
}