about summary refs log tree commit diff stats
path: root/hm/soispha
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-28 14:43:32 +0200
committerSoispha <soispha@vhack.eu>2023-08-28 14:43:32 +0200
commit2b7d47d3b66aa10f9853cd327f29579fdb93acc0 (patch)
treedd6e84d0e106b9b25d392f89ddd53de0fce8a7e8 /hm/soispha
parentFix(hm/conf/nvim/plugins/femaco): Import `clip_val` local (diff)
downloadnixos-config-2b7d47d3b66aa10f9853cd327f29579fdb93acc0.zip
Fix(hm/conf/nvim/plugins/telescope/symbols): Switch to nixpkgs one
Diffstat (limited to 'hm/soispha')
-rw-r--r--hm/soispha/conf/nvim/plugins/telescope/extensions/symbols/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = {