refactor(nvim): remove unnused dependency

This commit is contained in:
Moritz Böhme 2023-09-17 09:37:02 +02:00
parent 7078b97ee9
commit 3ee3593b0c
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 16 additions and 1 deletions

View file

@ -205,7 +205,6 @@ with builtins;
];
dependencies = [
{ plugin = plenary-nvim; }
{ plugin = which-key-nvim; }
{ plugin = telescope-fzf-native-nvim; }
];
}