switched to astronvim;

This commit is contained in:
2025-05-03 15:37:14 +02:00
parent 2537ad9ac9
commit 0896de2c4f
35 changed files with 568 additions and 6120 deletions

8
.config/nvim/selene.toml Normal file
View File

@@ -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"