Skip to content

Commit

Permalink
fix: Remove some broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 10, 2024
1 parent 6a4c350 commit ca37a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
35 changes: 0 additions & 35 deletions modules/editors/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,41 +65,6 @@ in
hash = "sha256-+w2LFWfeuur1t5kNvA3SAyF9mxPfEL7SW/vXXXsVnSc=";
};
})

# avante
(vimUtils.buildVimPlugin {
name = "avante-vim";
src = pkgs.fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "b87404588545c26b297f776919255ad0a53eafe0";
hash = "sha256-QHWQY4703YcAEZ5qIRI3KKoK6EIMuyZL6oSfgheKmNA=";
};
# dependencies = {
# "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
# "stevearc/dressing.nvim",
# "nvim-lua/plenary.nvim",
# "MunifTanjim/nui.nvim",
# --- The below is optional, make sure to setup it properly if you have lazy=true
# {
# 'MeanderingProgrammer/render-markdown.nvim',
# opts = {
# file_types = { "markdown", "Avante" },
# },
# ft = { "markdown", "Avante" },
# },
# },
})
vimPlugins.nvim-web-devicons
vimPlugins.plenary-nvim
vimPlugins.nui-nvim
{
plugin = unstable.vimPlugins.render-markdown;
# config = ''
# require('render-markdown').setup({file_types = { 'markdown', 'vimwiki' },})
# '';
}
# end avante
];
};
# env.VIMINIT = "let \\$MYVIMRC='\\$XDG_CONFIG_HOME/nvim/init.vim' | source \\$MYVIMRC";
Expand Down
8 changes: 4 additions & 4 deletions modules/shell/ai.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ in

config = mkIf cfg.enable {
user.packages = with pkgs; [
(unstable.llm.withPlugins [
# inputs.llm-prompt.packages.${system}.llm-prompt
# my.llm-claude-3
])
# (unstable.llm.withPlugins [
# # inputs.llm-prompt.packages.${system}.llm-prompt
# # my.llm-claude-3
# ])
unstable.chatblade
unstable.aichat
];
Expand Down

0 comments on commit ca37a8f

Please sign in to comment.