feat(home/base/tui/editors/neovim): upgrade astronvim to v4

This commit is contained in:
Ryan Yin
2024-04-13 00:11:32 +08:00
parent a593435947
commit c5dcc7e24d
41 changed files with 1081 additions and 663 deletions
@@ -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"