mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
plugins/neoscroll: minor formatting
This commit is contained in:
parent
7170aad281
commit
e7a3461fef
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
helpers.neovim-plugin.mkNeovimPlugin
|
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||||
config {
|
|
||||||
name = "neoscroll";
|
name = "neoscroll";
|
||||||
originalName = "neoscroll.nvim";
|
originalName = "neoscroll.nvim";
|
||||||
defaultPackage = pkgs.vimPlugins.neoscroll-nvim;
|
defaultPackage = pkgs.vimPlugins.neoscroll-nvim;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue