42 lines
610 B
Nix
42 lines
610 B
Nix
{
|
|
host,
|
|
self,
|
|
pkgs,
|
|
env,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./otter.nix
|
|
./treesitter.nix
|
|
./bufferline.nix
|
|
./alpha.nix
|
|
./mini.nix
|
|
./wtf.nix
|
|
./snacks.nix
|
|
./noice.nix
|
|
./haskell.nix
|
|
./vim-matchup.nix
|
|
# ./coq.nix
|
|
./barbar.nix
|
|
./scrollview.nix
|
|
./cmp.nix
|
|
./lsp.nix
|
|
./rustaceanvim.nix
|
|
./fidget.nix
|
|
./lualine.nix
|
|
./airline.nix
|
|
./nvim-lightbulb.nix
|
|
./neocord.nix
|
|
./copilot.nix
|
|
./claudecode.nix
|
|
./plugins.nix
|
|
./nvim-tree.nix
|
|
./telescope.nix
|
|
./indent-blankline.nix
|
|
./gitsigns.nix
|
|
./extra_plugins.nix
|
|
];
|
|
}
|