Add treesitter

This commit is contained in:
Marko Korhonen 2021-01-30 16:17:39 +02:00
parent 30f10719f2
commit 2e004f2295
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 20 additions and 4 deletions

View file

@ -38,6 +38,9 @@ require('packer').startup(function()
-- Completion framework
use 'nvim-lua/completion-nvim'
-- Treesitter syntax highlight
use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' }
end)
-- Install plugins if packer was not installed