fix: Fixes for markdown autocomplete and tying to telekasten

This commit is contained in:
2025-09-24 16:36:51 -05:00
parent bfd4e62bfb
commit f64b30c964
3 changed files with 14 additions and 5 deletions

View File

@@ -44,5 +44,7 @@ return {
enable = true,
}
}
vim.treesitter.language.register('markdown', 'telekasten')
end,
}