summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-06-15 14:24:52 +0000
committerGitHub <noreply@github.com>2024-06-15 14:24:52 +0000
commit0449e6bd58281091e3204b220e1a77a9c976254b (patch)
tree030777724605bc7231be9f534d592536c29041ff /nvim/lua/plugins/treesitter.lua
parent90cbd724ce0d2d30c694370e52e43d9994d49459 (diff)
update shells
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
new file mode 100644
index 0000000..4b0360f
--- /dev/null
+++ b/nvim/lua/plugins/treesitter.lua
@@ -0,0 +1,14 @@
+return {
+ ensure_installed = {
+ "lua",
+ "vim",
+ "vimdoc",
+ },
+
+ highlight = {
+ enable = true,
+ use_languagetree = true,
+ },
+
+ indent.enable = true,
+}