mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-17 16:01:36 +02:00
Remove config
This commit is contained in:
parent
f3a811cf25
commit
3f9cf9f961
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "dracula";
|
||||
originalName = "dracula.nvim ";
|
||||
defaultPackage = pkgs.vimPlugins.dracula-nvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue