Update telescope
This commit is contained in:
parent
ec6dbf60e8
commit
8ca815550f
3 changed files with 80 additions and 2 deletions
14
config/plugins/utils/software-licenses.nix
Normal file
14
config/plugins/utils/software-licenses.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ 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