1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

dev/list-plugins: drop

As no more plugins are declared using the legacy approach, the
list-plugins.py script has lost its use. Let's drop it altogether.
This commit is contained in:
Gaetan Lepage 2025-11-06 14:46:25 +01:00 committed by Gaétan Lepage
parent beba0820c3
commit d01e1c17e2
6 changed files with 0 additions and 285 deletions

View file

@ -182,9 +182,6 @@ cd nixvim
# Either setup nix-direnv, or manually enter a devshell using:
nix develop
# List all created plugins with `mkVimPlugin`
list-plugins -k vim
```
#### Writing option examples