mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-13 20:41:09 +01:00
plugins/tv: init
This commit is contained in:
parent
0671df0b57
commit
264ff4c5e6
3 changed files with 140 additions and 0 deletions
18
plugins/by-name/tv/default.nix
Normal file
18
plugins/by-name/tv/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "tv";
|
||||
package = "tv-nvim";
|
||||
|
||||
dependencies = [
|
||||
"fd"
|
||||
"television"
|
||||
];
|
||||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
settingsExample = {
|
||||
global_keybindings.channels = "<leader>tv";
|
||||
quickfix.auto_open = false;
|
||||
tv_binary = "tv";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue