mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-18 08:18:38 +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,
|
lib,
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
name = "dracula";
|
name = "dracula";
|
||||||
originalName = "dracula.nvim ";
|
originalName = "dracula.nvim ";
|
||||||
defaultPackage = pkgs.vimPlugins.dracula-nvim;
|
defaultPackage = pkgs.vimPlugins.dracula-nvim;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue