22 lines
403 B
Nix
22 lines
403 B
Nix
{
|
|
# Import all your configuration modules here
|
|
imports = [
|
|
./bufferline.nix
|
|
./comment.nix
|
|
./core.nix
|
|
./direnv.nix
|
|
./gitsigns.nix
|
|
./indent-blankline.nix
|
|
./keybindings.nix
|
|
./lazygit.nix
|
|
./lsp
|
|
./lualine.nix
|
|
./project.nix
|
|
./rainbow-delimiters.nix
|
|
./telescope.nix
|
|
./toggleterm.nix
|
|
./treesitter.nix
|
|
./neo-tree.nix
|
|
./which-key.nix
|
|
];
|
|
}
|