Initial commit
This commit is contained in:
commit
d75b5a0be6
8 changed files with 567 additions and 0 deletions
10
config/plugins/rhubarb.nix
Normal file
10
config/plugins/rhubarb.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
extraPlugins = with pkgs.vimPlugins; [rhubarb];
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
action = "<cmd>GBrowse<CR>";
|
||||
key = "<leader>bro";
|
||||
}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue