From fef7a7ef4fa31170ee78dfb774934feb84a88423 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 3 Aug 2026 21:09:25 +0200 Subject: arch postinstall scripts --- dotfiles/.config/nvim/selene.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dotfiles/.config/nvim/selene.toml (limited to 'dotfiles/.config/nvim/selene.toml') diff --git a/dotfiles/.config/nvim/selene.toml b/dotfiles/.config/nvim/selene.toml new file mode 100644 index 0000000..e7005c3 --- /dev/null +++ b/dotfiles/.config/nvim/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" -- cgit