Skip to content

Commit

Permalink
nvim: remove popup.nvim (see: nvim-lua/plenary.nvim#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 22, 2024
1 parent 196a660 commit b29645a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion config/home/cfg/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ in
# Identation guide.
indent-blankline-nvim
# Popup finder.
plugins.popup
plugins.plenary
plugins.telescope
telescope-ui-select-nvim
Expand Down
6 changes: 1 addition & 5 deletions flakes/neovim/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
url = "github:nvim-lua/plenary.nvim";
flake = false;
};
nvimPopup = {
url = "github:nvim-lua/popup.nvim";
flake = false;
};
nvimTelescope = {
url = "github:nvim-telescope/telescope.nvim";
flake = false;
Expand Down Expand Up @@ -57,7 +53,7 @@
flake-utils.lib.eachDefaultSystem (system:
{
plugins = with input; {
inherit nvimPlenary nvimPopup nvimTelescope
inherit nvimPlenary nvimTelescope
nvimMonochrome nvimVimColorsPencil nvimPhoton nvimColorizerLua nvimMinimapVim nvimRegistersNvim
nvimCompletionNvim nvimGitsignsNvim nvimLeapNvim;
};
Expand Down

0 comments on commit b29645a

Please sign in to comment.