Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove redundant treesitter parser init
The treesitter parser initialization for markdown was redundant since the buffer's syntax is already set to markdown via vim.bo[bufnr].syntax.
- Loading branch information