pkgs: remove tlauncher
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -29,31 +29,3 @@ wrapNeovimUnstable nvimPackage (nvimConfig // {
 | 
			
		||||
    ${builtins.readFile ./init.lua}
 | 
			
		||||
  '';
 | 
			
		||||
})
 | 
			
		||||
/* wrapNeovim nvimPackage {
 | 
			
		||||
  configure = {
 | 
			
		||||
      customRC = ''
 | 
			
		||||
          ${builtins.readFile ./init.lua}
 | 
			
		||||
      '';
 | 
			
		||||
      packages.myVimPackage = with vimPlugins; {
 | 
			
		||||
        start = [
 | 
			
		||||
          nvim-colorizer-lua
 | 
			
		||||
          autoclose-nvim
 | 
			
		||||
          toggleterm-nvim
 | 
			
		||||
          nvim-cmp
 | 
			
		||||
          nvim-lspconfig
 | 
			
		||||
          cmp-nvim-lsp
 | 
			
		||||
          cmp-path
 | 
			
		||||
          cmp-calc
 | 
			
		||||
          cmp-emoji
 | 
			
		||||
          cmp-buffer
 | 
			
		||||
          barbar-nvim
 | 
			
		||||
          nvim-web-devicons
 | 
			
		||||
          presence-nvim
 | 
			
		||||
          nvim-tree-lua
 | 
			
		||||
          nvim-treesitter
 | 
			
		||||
          lspkind-nvim
 | 
			
		||||
          catppuccin-nvim
 | 
			
		||||
        ];
 | 
			
		||||
      };
 | 
			
		||||
  };
 | 
			
		||||
  }*/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user