diff options
Diffstat (limited to '.config/nvim/lua/plugins/tree-sitter.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/tree-sitter.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/tree-sitter.lua b/.config/nvim/lua/plugins/tree-sitter.lua new file mode 100644 index 0000000..e78bd71 --- /dev/null +++ b/.config/nvim/lua/plugins/tree-sitter.lua | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | return { | ||
| 2 | "nvim-treesitter/nvim-treesitter", | ||
| 3 | lazy = false, | ||
| 4 | build = ":TSUpdate", | ||
| 5 | } | ||
