Merge branch 'master' of git.venberg.xyz:Gabe/dotfiles
This commit is contained in:
		
						commit
						148e6c37ad
					
				
					 1 changed files with 10 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11,8 +11,16 @@ return require('packer').startup(function(use)
 | 
			
		|||
 | 
			
		||||
	use 'wbthomason/packer.nvim'
 | 
			
		||||
 | 
			
		||||
	use {'nvim-treesitter/nvim-treesitter',
 | 
			
		||||
		run = ':TSUpdate'
 | 
			
		||||
	use {
 | 
			
		||||
		'nvim-treesitter/nvim-treesitter',
 | 
			
		||||
		run = ':TSUpdate',
 | 
			
		||||
		config=function() require('nvim-treesitter').setup{
 | 
			
		||||
			ensure_installed='maintained',
 | 
			
		||||
			highlight={enable=true},
 | 
			
		||||
			indent={enable=true},
 | 
			
		||||
			incremental_selection={enable=true},
 | 
			
		||||
		}end,
 | 
			
		||||
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	use 'neovim/nvim-lspconfig'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue