27 lines
502 B
Nix
27 lines
502 B
Nix
{
|
|
# Import all your configuration modules here
|
|
imports = [
|
|
./bufferline.nix
|
|
./comment.nix
|
|
./core.nix
|
|
./direnv.nix
|
|
./gitsigns.nix
|
|
./harpoon.nix
|
|
./illuminate.nix
|
|
./indent-blankline.nix
|
|
./keybindings.nix
|
|
./lazygit.nix
|
|
./lsp
|
|
./lualine.nix
|
|
./neo-tree.nix
|
|
./nvim-cmp.nix
|
|
# ./project.nix
|
|
./rainbow-delimiters.nix
|
|
./telescope.nix
|
|
./toggleterm.nix
|
|
./treesitter.nix
|
|
./which-key.nix
|
|
];
|
|
|
|
plugins.web-devicons.enable = true;
|
|
}
|