summaryrefslogtreecommitdiff
path: root/mac/.config/AstroNvim/selene.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/AstroNvim/selene.toml')
-rw-r--r--mac/.config/AstroNvim/selene.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/mac/.config/AstroNvim/selene.toml b/mac/.config/AstroNvim/selene.toml
new file mode 100644
index 0000000..e7005c3
--- /dev/null
+++ b/mac/.config/AstroNvim/selene.toml
@@ -0,0 +1,8 @@
+std = "neovim"
+
+[rules]
+global_usage = "allow"
+if_same_then_else = "allow"
+incorrect_standard_library_use = "allow"
+mixed_table = "allow"
+multiple_statements = "allow"