Skip to content

Commit eb600b8

Browse files
committed
ai sandbox done
1 parent 626c187 commit eb600b8

26 files changed

+46
-7307
lines changed

nix/vibe.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name = "vibe";
99
text = "alacritty";
1010
runtimeInputs = with pkgs; [
11-
(import ./../pub/vi/nix/default.nix {})
11+
(import ./../pub/vi/nix/default.nix {ai = true;})
1212
fontconfig
1313
busybox
1414
curl

pub/vi/nix/default.nix

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ let
33
unst = import ./../../../nix/nixpkgs-unstable.nix;
44
in
55
{
6+
ai ? false,
67
mini ? true,
78
formatter ? "ormolu",
89
vimBackground ? "light",
@@ -64,45 +65,45 @@ in
6465
''
6566
+ (getAttr formatter formatter-registry);
6667
packages.vim-functora = with pkgs.vimPlugins; {
67-
start = [
68-
#
69-
# Interface
70-
#
71-
ack-vim
72-
ctrlp-vim
73-
vim-fugitive
74-
vim-gitgutter
75-
lightline-vim
76-
vim-togglelist
77-
papercolor-theme
78-
vim-better-whitespace
79-
catppuccin-nvim
80-
everforest
81-
edge
82-
#
83-
# Programming
84-
#
85-
haskell-vim
86-
hlint-refactor-vim
87-
vim-nix
88-
psc-ide-vim
89-
purescript-vim
90-
neoformat
91-
vim-commentary
92-
render-markdown-nvim
93-
#
94-
# Productivity
95-
#
96-
coc-nvim
97-
sideways-vim
98-
vim-LanguageTool
99-
#
100-
# AI
101-
#
102-
avante-nvim
103-
# nvim-lspconfig
104-
# unst.vimPlugins.vim-tabby
105-
];
68+
start =
69+
[
70+
#
71+
# Interface
72+
#
73+
ack-vim
74+
ctrlp-vim
75+
vim-fugitive
76+
vim-gitgutter
77+
lightline-vim
78+
vim-togglelist
79+
papercolor-theme
80+
vim-better-whitespace
81+
catppuccin-nvim
82+
everforest
83+
edge
84+
#
85+
# Programming
86+
#
87+
haskell-vim
88+
hlint-refactor-vim
89+
vim-nix
90+
psc-ide-vim
91+
purescript-vim
92+
neoformat
93+
vim-commentary
94+
render-markdown-nvim
95+
#
96+
# Productivity
97+
#
98+
coc-nvim
99+
sideways-vim
100+
vim-LanguageTool
101+
]
102+
++ (
103+
if ai
104+
then [unst.vimPlugins.avante-nvim]
105+
else []
106+
);
106107
opt = [
107108
];
108109
};

pub/vi/src/gp.nvim/.editorconfig

Lines changed: 0 additions & 10 deletions
This file was deleted.

pub/vi/src/gp.nvim/.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

pub/vi/src/gp.nvim/.github/workflows/docgen.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

pub/vi/src/gp.nvim/.github/workflows/release-please.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

pub/vi/src/gp.nvim/.gp.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

pub/vi/src/gp.nvim/CHANGELOG.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

pub/vi/src/gp.nvim/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)