diff options
author | HampusM <hampus@hampusmat.com> | 2024-05-31 23:46:52 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-05-31 23:47:06 +0200 |
commit | 091738527c846b9fa5850bdaa45cd94034e6b4d5 (patch) | |
tree | 8b6a9bdcb1bcb687823a29b661df67df742bb0a7 | |
parent | 4fbf33a9b0c44bab80ea6b83bbb58efcefc3d090 (diff) |
use plugin nvim-treesitter
-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 |