Use Telescope version from master instead of 0.1.8
This commit is contained in:
		
							parent
							
								
									607e6fca8d
								
							
						
					
					
						commit
						7327ec9ac8
					
				
							
								
								
									
										3
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										3
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -359,7 +359,8 @@ require('lazy').setup({
 | 
				
			||||||
  { -- Fuzzy Finder (files, lsp, etc)
 | 
					  { -- Fuzzy Finder (files, lsp, etc)
 | 
				
			||||||
    'nvim-telescope/telescope.nvim',
 | 
					    'nvim-telescope/telescope.nvim',
 | 
				
			||||||
    event = 'VimEnter',
 | 
					    event = 'VimEnter',
 | 
				
			||||||
    branch = '0.1.x',
 | 
					    version = false,
 | 
				
			||||||
 | 
					    -- tag = '0.1.8',
 | 
				
			||||||
    dependencies = {
 | 
					    dependencies = {
 | 
				
			||||||
      'nvim-lua/plenary.nvim',
 | 
					      'nvim-lua/plenary.nvim',
 | 
				
			||||||
      { -- If encountering errors, see telescope-fzf-native README for installation instructions
 | 
					      { -- If encountering errors, see telescope-fzf-native README for installation instructions
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue