Skip to content

Commit 7a6680d

Browse files
committed
chore: add comments
1 parent ef8ad5b commit 7a6680d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/codecompanion.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
if vim.g.loaded_codecompanion then
22
return
33
end
4-
54
vim.g.loaded_codecompanion = true
65

76
if vim.fn.has("nvim-0.10.0") == 0 then
@@ -136,4 +135,5 @@ api.nvim_create_autocmd("TermEnter", {
136135
end,
137136
})
138137

138+
-- Register the Tree-sitter filetype
139139
vim.treesitter.language.register("markdown", "codecompanion")

0 commit comments

Comments
 (0)