From 2b7d47d3b66aa10f9853cd327f29579fdb93acc0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 14:43:32 +0200 Subject: Fix(hm/conf/nvim/plugins/telescope/symbols): Switch to nixpkgs one --- hm/soispha/conf/nvim/plugins/telescope/extensions/symbols/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha') diff --git a/hm/soispha/conf/nvim/plugins/telescope/extensions/symbols/default.nix b/hm/soispha/conf/nvim/plugins/telescope/extensions/symbols/default.nix index 1a679776..fe38f8c1 100644 --- a/hm/soispha/conf/nvim/plugins/telescope/extensions/symbols/default.nix +++ b/hm/soispha/conf/nvim/plugins/telescope/extensions/symbols/default.nix @@ -2,7 +2,7 @@ programs.nixvim = { extraPlugins = [ # Source of symbols for telescope symbols - pkgs.vimExtraPlugins.telescope-symbols-nvim + pkgs.vimPlugins.telescope-symbols-nvim ]; maps = { normal = { -- cgit 1.4.1