nixvim/config/default.nix

21 lines
367 B
Nix
Raw Normal View History

2024-08-20 05:43:03 +00:00
{
# Import all your configuration modules here
imports = [
./bufferline.nix
./comment.nix
./core.nix
2024-08-20 12:09:04 +00:00
./direnv.nix
./gitsigns.nix
2024-08-20 05:43:03 +00:00
./indent-blankline.nix
./keybindings.nix
./lsp
2024-08-20 12:09:04 +00:00
./project.nix
2024-08-20 05:43:03 +00:00
./rainbow-delimiters.nix
./telescope.nix
./toggleterm.nix
./treesitter.nix
./neo-tree.nix
./which-key.nix
];
}