Files
nixos-config/modules/home/programs/nixvim/plugins/default.nix
2024-11-08 02:09:20 -05:00

20 lines
285 B
Nix
Executable File

{ host, self, pkgs, ... }:
{
imports = [
./alpha.nix
./haskell.nix
./vim-matchup.nix
# ./coq.nix
./barbar.nix
./cmp.nix
./lsp.nix
./fidget.nix
./lualine.nix
./plugins.nix
./nvim-tree.nix
./telescope.nix
./extra_plugins.nix
];
}