From cca9b19fe7ae44c37240d201e8cd8b94ab4c0d56 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Mon, 12 Jul 2021 16:16:24 +0200 Subject: [PATCH] feat: update Tree-sitter on launch --- .config/nvim/lua/plugins.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 5fcde7b..e1a02d4 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -25,7 +25,10 @@ return require("packer").startup(function() } -- tree-sitter - use "nvim-treesitter/nvim-treesitter" + use { + "nvim-treesitter/nvim-treesitter", + run = ":TSUpdate" + } -- fuzzy finder use {