mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-12 21:46:06 +01:00
plugins/fileline: init
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
This commit is contained in:
parent
281fdbb1e1
commit
2dc09e09cc
2 changed files with 15 additions and 0 deletions
10
plugins/by-name/fileline/default.nix
Normal file
10
plugins/by-name/fileline/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "fileline";
|
||||
package = "fileline-nvim";
|
||||
|
||||
callSetup = false;
|
||||
hasSettings = false;
|
||||
|
||||
maintainers = [ lib.maintainers.nim65s ];
|
||||
}
|
||||
5
tests/test-sources/plugins/by-name/fileline/default.nix
Normal file
5
tests/test-sources/plugins/by-name/fileline/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.fileline.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue