Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
3ad6324dea
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ return require('packer').startup({function()
|
||||||
|
|
||||||
-- Colors (decorations)
|
-- Colors (decorations)
|
||||||
use { -- treesitter: syntax highlighting and more
|
use { -- treesitter: syntax highlighting and more
|
||||||
'nvim-treesitter/nvim-treesitter', run = ':TSUpdate',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
run = ':TSUpdate',
|
||||||
config = function()
|
config = function()
|
||||||
require('blake.lsp').treesitter()
|
require('blake.lsp').treesitter()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Reference in a new issue