fmt: alejandra
This commit is contained in:
parent
a6a7676c4e
commit
537828c2e9
22 changed files with 124 additions and 168 deletions
|
@ -1,14 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
extraPlugins = [(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "software-licenses";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "chip";
|
||||
repo = "telescope-software-licenses.nvim";
|
||||
rev = "fb5fc33";
|
||||
hash = "sha256-luyCjkZSm1F6qoRpP5hHRAx4632u6JFuX2s7m2s8y60=";
|
||||
};
|
||||
})];
|
||||
{pkgs, ...}: {
|
||||
extraPlugins = [
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "software-licenses";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "chip";
|
||||
repo = "telescope-software-licenses.nvim";
|
||||
rev = "fb5fc33";
|
||||
hash = "sha256-luyCjkZSm1F6qoRpP5hHRAx4632u6JFuX2s7m2s8y60=";
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue