From 47fd84c5869b18f4e2b19a75ee8723d13302afa0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 19:10:20 +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 3ee02042..daf2fd09 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -10,6 +10,7 @@ nvchad-ui ]; }; +} # plugins = with pkgs.vimPlugins; [ # # vim-airline # Trying out lualine - below # YouCompleteMe