feat(ftplugin): treesitter default highlighting for markdown

This commit is contained in:
Christian Clason
2026-02-16 18:13:58 +01:00
committed by Christian Clason
parent 17d126049a
commit dcbe5bdd96
6 changed files with 248 additions and 187 deletions

View File

@@ -1,3 +1,5 @@
vim.treesitter.start()
vim.keymap.set('n', 'gO', function()
require('vim.treesitter._headings').show_toc()
end, { buffer = 0, silent = true, desc = 'Show an Outline of the current buffer' })