flocon/home/base/programs/nixvim/default.nix

20 lines
301 B
Nix
Raw Normal View History

2024-08-25 19:58:12 +00:00
{ ... }:
{
2024-08-27 14:10:04 +00:00
imports = [
./core.nix
./keymaps.nix
./autocmds.nix
./plugins/alpha.nix
./plugins/lsp.nix
./plugins/lualine.nix
./plugins/neo-tree.nix
./plugins/which-key.nix
./plugins/project-nvim.nix
./plugins/smart-splits.nix
2024-08-27 14:10:04 +00:00
./plugins/misc.nix
];
2024-08-25 19:58:12 +00:00
}