From 30e4db78528a586bd83035aa21940e7cb8206895 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 19:10:05 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index 4fa3960a..3ee02042 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -9,6 +9,7 @@ nvchad nvchad-ui ]; + }; # plugins = with pkgs.vimPlugins; [ # # vim-airline # Trying out lualine - below # YouCompleteMe