Merge branch 'master' of git.venberg.xyz:Gabe/dotfiles
This commit is contained in:
commit
148e6c37ad
|
@ -11,8 +11,16 @@ return require('packer').startup(function(use)
|
||||||
|
|
||||||
use 'wbthomason/packer.nvim'
|
use 'wbthomason/packer.nvim'
|
||||||
|
|
||||||
use {'nvim-treesitter/nvim-treesitter',
|
use {
|
||||||
run = ':TSUpdate'
|
'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'
|
use 'neovim/nvim-lspconfig'
|
||||||
|
|
Loading…
Reference in a new issue