Skip to content

Commit edc238b

Browse files
committed
add comment
1 parent 5ffc359 commit edc238b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nvim/lua/dcp/treesitter.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ vim.opt.runtimepath:append(
99
"*"
1010
)
1111
)
12+
13+
-- Move this to ftplugin file and maybe setup helper function to enable TS for syntax and folding.
1214
vim.api.nvim_create_autocmd("FileType", {
1315
callback = function()
1416
pcall(vim.treesitter.start)

0 commit comments

Comments
 (0)