re-organize nixvim

This commit is contained in:
Salar Rahmanian 2025-10-05 15:47:32 -07:00
parent 7584b9ebfc
commit 10e3123b7f
22 changed files with 480 additions and 219 deletions

View file

@ -0,0 +1,24 @@
{ ... }:
{
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
];
}