18 lines
331 B
Nix
18 lines
331 B
Nix
{
|
|
# Import all your configuration modules here
|
|
imports = [
|
|
./bufferline.nix
|
|
./comment.nix
|
|
./core.nix
|
|
./gitsign.nix
|
|
./indent-blankline.nix
|
|
./keybindings.nix
|
|
./lsp
|
|
./rainbow-delimiters.nix
|
|
./telescope.nix
|
|
./toggleterm.nix
|
|
./treesitter.nix
|
|
./neo-tree.nix
|
|
./which-key.nix
|
|
];
|
|
}
|