aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/selene.toml
blob: e34dfbe9d798793afba43338dc83924247ab3068 (plain) (blame)
1
2
3
4
5
std = "lua51+selene-globals"

[lints]
# Mixed tables are idiomatic in neovim plugin specs (lazy.nvim, which-key, etc.)
mixed_table = "allow"