feat(neovim): remove nvim-lspfuzzy
This commit is contained in:
parent
832631be55
commit
a168a4e1ab
4 changed files with 1 additions and 26 deletions
|
@ -25,18 +25,13 @@
|
|||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
inputs.nvim-lspfuzzy = {
|
||||
url = "github:ojroques/nvim-lspfuzzy";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
inputs.nvim-kitty-navigator = {
|
||||
url = "github:hermitmaster/nvim-kitty-navigator";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixos-hardware, flake-utils, home-manager, nur
|
||||
, pre-commit-hooks, nvim-lspfuzzy, nvim-kitty-navigator }@inputs:
|
||||
, pre-commit-hooks, nvim-kitty-navigator }@inputs:
|
||||
let
|
||||
overlays = {
|
||||
neovim = self: super:
|
||||
|
@ -50,7 +45,6 @@
|
|||
};
|
||||
in {
|
||||
vimPlugins = super.vimPlugins // {
|
||||
nvim-lspfuzzy = buildVimPlugin "nvim-lspfuzzy" nvim-lspfuzzy;
|
||||
nvim-kitty-navigator =
|
||||
buildVimPlugin "nvim-kitty-navigator" nvim-kitty-navigator;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue