mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-19 03:26:40 -07:00
24 lines
No EOL
344 B
Nix
24 lines
No EOL
344 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
# Core plugin categories
|
|
./ui.nix
|
|
./git.nix
|
|
./editing.nix
|
|
./utility.nix
|
|
./ai.nix
|
|
|
|
# LSP configuration
|
|
./lsp
|
|
|
|
# Individual plugin configurations
|
|
./avante.nix
|
|
./conform.nix
|
|
./floaterm.nix
|
|
./lualine.nix
|
|
./neo-tree.nix
|
|
./telescope.nix
|
|
./treesitter.nix
|
|
];
|
|
} |