diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/plugins.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 31727f4..a859654 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -69,6 +69,13 @@ return require("packer").startup(function(use) "rust-lang/rust.vim", commit = "889b9a7515db477f4cb6808bef1769e53493c578" } + + use { + "nvim-treesitter/nvim-treesitter", + tag = "v0.9.2"; + run = ":TSUpdate" + } + -- Syntax & formatting end -- Navigation |