nv/config/default.nix

25 lines
344 B
Nix
Raw Normal View History

2024-03-01 07:02:04 +00:00
{
imports = [
2024-03-04 10:36:12 +00:00
./bufferlines/bufferlines.nix
2024-03-04 13:24:23 +00:00
./colorschemes/base16.nix
2024-03-04 13:26:41 +00:00
./colorschemes/catppuccin.nix
2024-03-04 13:29:33 +00:00
./colorschemes/rose-pine.nix
2024-03-04 13:26:41 +00:00
2024-03-04 13:35:45 +00:00
./completion/cmp.nix
2024-03-04 13:38:03 +00:00
./completion/lspkind.nix
2024-03-04 13:35:45 +00:00
2024-03-04 13:47:19 +00:00
./git/diffview.nix
2024-03-01 10:18:46 +00:00
./dap/dap.nix
2024-03-04 13:44:25 +00:00
./filetrees/neo-tree.nix
2024-03-01 10:30:08 +00:00
./keymaps.nix
2024-03-04 13:44:25 +00:00
./sets.nix
2024-03-04 10:17:25 +00:00
./ui/nvim-notify.nix
2024-03-01 07:02:04 +00:00
];
}