m15a / flake-awesome-neovim-plugins

Nix flake of Awesome Neovim plugins
BSD 3-Clause "New" or "Revised" License
47 stars 11 forks source link

Plugins whose repo name is actually extension (vim, nvim, or neovim) #124

Closed m15a closed 4 months ago

m15a commented 4 months ago
D select url from plugins where repo = 'vim' or repo = 'nvim' or repo = 'neovim';
┌─────────────────────────────────────┐
│                 url                 │
│               varchar               │
├─────────────────────────────────────┤
│ https://github.com/dracula/vim      │
│ https://github.com/embark-theme/vim │
│ https://github.com/catppuccin/nvim  │
│ https://github.com/rose-pine/neovim │
└─────────────────────────────────────┘

These plugins' attr names should be renamed. Although dracula and embark-theme have been renamed at #111, that's not a fundamental fix.