minor updatre

This commit is contained in:
Alexander Navarro 2025-10-09 18:03:52 -03:00
parent 3129cc7bee
commit 5096e5eb5b
7 changed files with 12 additions and 4 deletions

View file

@ -21,7 +21,7 @@ return {
init = function()
-- HACK: for filetypes that doesn't start treesitter hightlight on it's own
vim.api.nvim_create_autocmd("FileType", {
pattern = { "gleam", "go" },
pattern = { "gleam", "go", "kotlin" },
callback = function()
vim.treesitter.start()
end,