refactor(treesitter): use native neovim APIs

This commit is contained in:
Bryan Ramos 2026-05-01 08:59:38 -04:00
parent 6176457340
commit 34c52305af
5 changed files with 57 additions and 185 deletions

View file

@ -3,7 +3,6 @@ return {
"MeanderingProgrammer/render-markdown.nvim",
ft = { "markdown" },
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons",
},
opts = {