Merge pull request #13 from Balssh/main-1

Fix typo
This commit is contained in:
Ryan Yin
2023-08-15 08:36:38 +08:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
# astronvim's config
"nvim".source = astronvim;
# my cusotom astronvim config, astronvim will load it after base config
# my custom astronvim config, astronvim will load it after base config
# https://github.com/AstroNvim/AstroNvim/blob/v3.32.0/lua/astronvim/bootstrap.lua#L15-L16
"astronvim/lua/user".source = ./astronvim_user;
};