diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-11 22:36:19 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-11 22:36:19 +0100 |
commit | eaedb59cd9fa8248b1b82494de06948a9daa9b91 (patch) | |
tree | 50c3779f9d3aea6cb2cf839d122f8f9cc682fb64 | |
parent | 4876cf463be5e0f5063dd63ae41f8d51c2d7f387 (diff) |
Add treesitter plugin
-rw-r--r-- | lua/plugins/plugins.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/plugins/plugins.lua b/lua/plugins/plugins.lua index f6a11bd..3b5ea61 100644 --- a/lua/plugins/plugins.lua +++ b/lua/plugins/plugins.lua @@ -27,4 +27,10 @@ return { -- Telescope { "nvim-telescope/telescope.nvim" } + -- Treesitter + { + "nvim-treesitter/nvim-treesitter", + run = ":TSUpdate", + } + } |