Skip to content

Commit

Permalink
feat: remove mini.starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kibadda committed Aug 30, 2024
1 parent a50b076 commit 1dc7731
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 136 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
### Recreate in config
- vim-pasta
- nvim-autopairs
- mini.starter

### Needed?
- mini.ai
Expand Down
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
url = "github:echasnovski/mini.pick";
flake = false;
};
mini-starter = {
url = "github:echasnovski/mini.starter";
flake = false;
};
nvim-recorder = {
url = "github:chrisgrieser/nvim-recorder";
flake = false;
Expand Down
1 change: 0 additions & 1 deletion nix/neovim-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
mini-diff
mini-hipatterns
mini-pick
mini-starter
nvim-recorder
nvim-treesitter
treesj
Expand Down
1 change: 0 additions & 1 deletion nix/plugin-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ in {
mini-diff = mkNvimPlugin inputs.mini-diff "mini.diff";
mini-hipatterns = mkNvimPlugin inputs.mini-hipatterns "mini.hipatterns";
mini-pick = mkNvimPlugin inputs.mini-pick "mini.pick";
mini-starter = mkNvimPlugin inputs.mini-starter "mini.starter";
nvim-recorder = mkNvimPlugin inputs.nvim-recorder "nvim-recorder";
session-nvim = mkNvimPlugin inputs.session-nvim "session.nvim";
nvim-treesitter = mkNvimPlugin inputs.nvim-treesitter "nvim-treesitter";
Expand Down
112 changes: 0 additions & 112 deletions nvim/plugin/mini-starter.lua

This file was deleted.

0 comments on commit 1dc7731

Please sign in to comment.