Files
nixos-config/modules/home/programs/nixvim/plugins/default.nix

19 lines
262 B
Nix
Executable File

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