From 1575e50fea2d09a20291db77a243a74e442f377e Mon Sep 17 00:00:00 2001 From: George Bals <82440615+Balssh@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:02:01 +0300 Subject: [PATCH] Fix typo I love this repo, is very helpful in learning nixos --- home/base/desktop/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/desktop/neovim/default.nix b/home/base/desktop/neovim/default.nix index 8975fca0..cd1d2e64 100644 --- a/home/base/desktop/neovim/default.nix +++ b/home/base/desktop/neovim/default.nix @@ -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; };