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

19 lines
321 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
./plugins/telescope.nix
2024-08-27 14:10:04 +00:00
./plugins/misc.nix
];
2024-08-25 19:58:12 +00:00
}