feat: change nvim config to AstroNvim

This commit is contained in:
2026-03-25 09:19:31 +08:00
parent d868f4ec4c
commit 3be61685ff
25 changed files with 580 additions and 354 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"