chore: remove neoclip
This commit is contained in:
		
							parent
							
								
									3f0f7b1663
								
							
						
					
					
						commit
						5e92549971
					
				
					 2 changed files with 0 additions and 22 deletions
				
			
		| 
						 | 
				
			
			@ -1,17 +0,0 @@
 | 
			
		|||
{pkgs, ...}: {
 | 
			
		||||
  extraPlugins = [
 | 
			
		||||
    (pkgs.vimUtils.buildVimPlugin {
 | 
			
		||||
      name = "neoclip";
 | 
			
		||||
      src = pkgs.fetchFromGitHub {
 | 
			
		||||
        owner = "AckslD";
 | 
			
		||||
        repo = "nvim-neoclip.lua";
 | 
			
		||||
        rev = "709c97f";
 | 
			
		||||
        hash = "sha256-8ZPmxVM4dzjJxAYUHRMCiAQBxZEGHtsgSCNlCZBRBWo=";
 | 
			
		||||
      };
 | 
			
		||||
    })
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  extraConfigLua = "require('neoclip').setup({
 | 
			
		||||
    default_register = {'\"', '+'}
 | 
			
		||||
  })";
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
{...}: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ./neoclip.nix # Persistent clipboard.
 | 
			
		||||
    ./software-licenses.nix # View common software licenses.
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -84,10 +83,6 @@
 | 
			
		|||
      };
 | 
			
		||||
 | 
			
		||||
      # Extensions
 | 
			
		||||
      "<leader>p" = {
 | 
			
		||||
        action = "neoclip";
 | 
			
		||||
        options.desc = "Persistent Clipboard";
 | 
			
		||||
      };
 | 
			
		||||
      "<leader>sl" = {
 | 
			
		||||
        action = "software-licenses find";
 | 
			
		||||
        options = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue