feat(nvim)!: remove nvim puppeteer

nixos
Moritz Böhme 2024-02-16 09:45:20 +01:00
parent 8a9d67a3d5
commit 591f981e71
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 0 additions and 10 deletions

View File

@ -31,8 +31,6 @@
nix-lazy-nvim.url = "git+https://git.moritzboeh.me/moritz/NixLazy.nvim"; nix-lazy-nvim.url = "git+https://git.moritzboeh.me/moritz/NixLazy.nvim";
nvim-lspconfig.flake = false; nvim-lspconfig.flake = false;
nvim-lspconfig.url = "github:neovim/nvim-lspconfig"; nvim-lspconfig.url = "github:neovim/nvim-lspconfig";
nvim-puppeteer.flake = false;
nvim-puppeteer.url = "github:chrisgrieser/nvim-puppeteer";
smartcolumn-nvim.flake = false; smartcolumn-nvim.flake = false;
smartcolumn-nvim.url = "github:m4xshen/smartcolumn.nvim"; smartcolumn-nvim.url = "github:m4xshen/smartcolumn.nvim";
telekasten-nvim.flake = false; telekasten-nvim.flake = false;

View File

@ -266,14 +266,6 @@ with builtins;
} }
]; ];
} }
{
plugin = pkgs.vimUtils.buildVimPlugin {
pname = "nvim-puppeteer";
version = lib.my.mkVersionInput inputs.nvim-puppeteer;
src = inputs.nvim-puppeteer;
};
lazy = false; # NOTE: plugin lazy-loads itself.
}
{ {
plugin = conform-nvim; plugin = conform-nvim;
keys = [ keys = [