mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
feat(ftplugin): treesitter default highlighting for markdown
This commit is contained in:
committed by
Christian Clason
parent
17d126049a
commit
dcbe5bdd96
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user