diff options
Diffstat (limited to 'selene.toml')
| -rw-r--r-- | selene.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/selene.toml b/selene.toml index 3df5aa0..e34dfbe 100644 --- a/selene.toml +++ b/selene.toml @@ -1 +1,5 @@ -std = "lua51+nvim" +std = "lua51+selene-globals" + +[lints] +# Mixed tables are idiomatic in neovim plugin specs (lazy.nvim, which-key, etc.) +mixed_table = "allow" |
