feat(nvim)!: remove nvim puppeteer
This commit is contained in:
parent
8a9d67a3d5
commit
591f981e71
2 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue